Search found 3 matches
- Fri Sep 06, 2013 7:24 am
- Forum: Scripting
- Topic: add runtime button or shape
- Replies: 2
- Views: 11429
add runtime button or shape
Hi, I want to add some buttons and/or shapes runtime on a form. I can creat it, but I don't get it on the form: public void Button1_Click(System.Object sender, System.EventArgs e) { winButton btn = new winButton(); btn.Height = 40; btn.Width = 300; btn.BackColor = Color.Red; btn.Name = "btn1"; this....
- Fri Sep 06, 2013 3:53 am
- Forum: Scripting
- Topic: Adding radiobutton with a button
- Replies: 4
- Views: 11742
Re: Adding radiobutton with a button
Hi Iva,
I have the same problem. Did you already found a solution?
Eric
I have the same problem. Did you already found a solution?
Eric
- Wed May 22, 2013 11:57 pm
- Forum: Controller Communication
- Topic: read/write directly to registers in a FX3u
- Replies: 1
- Views: 7747
read/write directly to registers in a FX3u
Hi,
Is it possible to read/write directly (without using the OPC-server) to a FX3u?
Eric
Is it possible to read/write directly (without using the OPC-server) to a FX3u?
Eric