TabControl |
Post Reply |
Author | |
ProScan
Groupie Joined: 07 March 2011 Status: Offline Points: 16 |
Post Options
Thanks(0)
Posted: 07 March 2011 at 8:16am |
i have a tabcontrol with four pages.
we can enumate the controls of the selected Tabpage ? i don't found information in the samples. my ide is vb6.0 thanks for help... greetings Proscan |
|
gibra
Senior Member Joined: 31 October 2008 Location: Italy Status: Offline Points: 288 |
Post Options
Thanks(0)
|
Try this:
Dim ctl as Control
For Each ctl in Me.Controls
If ctl.Container.Name = "TabControlPage1" Then
Debug.Print ctl.Name End If Next
|
|
gibra
CJ SuiteControl v: 13.x to 19.x Windows 10 64bit VS2019 - VB6.0 SP6 <a href="http://nuke.vbcorner.net/Home/tabid/36/language/en-US/Default.aspx" rel="nofollow">VS/VB 6.0 Installer v6.8 |
|
ProScan
Groupie Joined: 07 March 2011 Status: Offline Points: 16 |
Post Options
Thanks(0)
|
hello gibra !
wonderful, now it works great thank you for help ! ProScan |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |