I have a problem that needs fixing
How do you get all open tabs shown in a KryptonListbox
My fail attempt :
TabpagesHtml.Items.Add(Form1.SuperKryptonNavigator.Pages.Item(0))
:
:@
I have a problem that needs fixing
How do you get all open tabs shown in a KryptonListbox
My fail attempt :
TabpagesHtml.Items.Add(Form1.SuperKryptonNavigator.Pages.Item(0))
:
:@
See if this helps.
For Each myCoolTab As TabPage In TabControl1.TabPages
ListBox1.Items.Add(myCoolTab.Text)
Next
Thanks it worked :)
And one more thing, Can you maybe show me an example of Saving Session Browsing with Geckofx
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.