blah blah blah is here! blah blah » Close

0
votes
1 answers

how can i link a button and tab control,on click a form is shown in the tab control?

hi I'm using c# and my problem is that I'm using tab control and i have several buttons that when i click on one of the buttons and the assigns form opens in the tab control .how can i do this linking ?? thanx Stephen

0
votes
1 answers

multiple panels in a tabcontrol

I have a form that has 2 tabs in a tabcontrol. I want to add 5 panels to one tab. My problem is that I try but get the panels overlapping each other. Any help is appreciated. Yesterdays's answer was very helpful.

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