> how to use it .... )
Click the red triangle in the upper right corner of the Tab Control then click the link. Long story short: You create TabPage objects, add controls to them, then add the TabPages to the TabControl:
swf = "System.Windows.Forms";
Set pg = CreateInstance(swf, swf + ".TabPage", "Page 1"); Set bt = CreateInstance(swf, swf + ".Button"); bt.Text = "&Tickle Me"; pg.Controls.Add(bt); TabControl.TabPages.Add(pg);
-SHAWN-
---
To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
Click the red triangle in the upper right corner of the Tab Control then click the link. Long story short: You create TabPage objects, add controls to them, then add the TabPages to the TabControl:
swf = "System.Windows.Forms";
Set pg = CreateInstance(swf, swf + ".TabPage", "Page 1"); Set bt = CreateInstance(swf, swf + ".Button"); bt.Text = "&Tickle Me"; pg.Controls.Add(bt); TabControl.TabPages.Add(pg);
-SHAWN-
---
To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
Click the red triangle in the upper right corner of the Tab Control then
click the link. Long story short: You create TabPage objects, add controls
to them, then add the TabPages to the TabControl:
swf = "System.Windows.Forms";
Set pg = CreateInstance(swf, swf + ".TabPage", "Page 1");
Set bt = CreateInstance(swf, swf + ".Button");
bt.Text = "&Tickle Me";
pg.Controls.Add(bt);
TabControl.TabPages.Add(pg);
-SHAWN-
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to
"owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".