blah blah blah is here! blah blah » Close

1
votes
1 answers

Duplicating the TabPage, How?

Dear All, Another GUI Question. My form is like the picture below. There is a tabcontrol component with buttons and textbox. Each buttons has code inside. Below, there are 2 components, textbox and button. When the textbox is filled w ...

1
votes
1 answers

Tab pages click event

Dear All, I want to make an event, actually just a simple one (then I can modify it into my project). So I have some tabcontrol here, as you see in the image : [img]http://i693.photobucket.com/albums/vv295/fajarelektro/tabpages.jpg[/ ...

1
votes
2 answers

How to open a form and tab

i want to know how to open form (Main) And Tabpage2 code to open a form [code] new Main().Show(); [/code] ========================= code to open Tabpage2 [code] this.tabControl1.SelectedIndex = 1; [/code] if any one ...

Feedback