Me again :/ TabControl.Controls
Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
7 posts
Page 1 of 1
I need help with this :
Code: Select all
How can i get controls.item( XXX ), non of the indexes isn't correct :/CType(TabControl1.SelectedTab.Controls.Item(0), RichTextBox).BringToFront()
How much controls do you have in each tab ?
It was both index (1) :/
I have 1 webbrowser, 1 richtextb, 1 toolstrip
I have 1 webbrowser, 1 richtextb, 1 toolstrip
Again buged :'(
After i click 1 button, it is like index is changed :(((
After i click 1 button, it is like index is changed :(((
Can you use the EDIT button ? Thanks
You can try something like this
You can try something like this
Code: Select all
For i as Integer = 0 To TabControl1.SelectedTab.Controls.Count -1
if TabControl1.SelectedTab.Controls(i).Name = "Yourcontrolname"
End if
Next
I changed it a little but that is what i wanted, thanks man A LOT !
7 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023