tabcontrol Programming Software Development by srikanth.cpd Hi I want to customize the tab control the tabpage headers shoud fill the tabcontrol header. if there are only two tab pages then the header should be divided into two parts and please give me good info about tabcontrol custonmization for better look and work Thanks in advance TabControl Programming Software Development by jugnu Hello, i have a question. I m using a Tabcontrol having 3 TabPages. on the Third TabPage i have some … is when i edit a record and the SelectedIndex of TabControl is not TabPage 3 and when i save the record… Re: Tabcontrol Programming Software Development by Momerath [URL="http://msdn.microsoft.com/en-us/library/system.windows.forms.tabcontrol.selectedindex.aspx"]TabControl.SelectedIndex[/URL] Re: TabControl Programming Software Development by Mitja Bonca … is when i edit a record and the SelectedIndex of TabControl is not TabPage 3 and when i save the record… TabControl Programming Software Development by mansi sharma I want to ask how add crossButton image to TabPage as in IE..To add left hand side image..I assign the imagelist property if tabcontrol to imagelistNAme & then slect the tabPage & change the imageIndex. I want to ask how to add Right Hand Side Cross Button Image & if we click on it,tab is close. Plz let me know. Tabcontrol Programming Software Development by j_bogle I'm frustrated please help. in a tab container TabControl, determine in C# code, which tab is selected by the user. please provide complete example code. thanks j_bogle TabControl Programming Software Development by horserider how can i add color to the TabControl..? we can add color to the TabPage but how to Tab control. Re: TabControl Programming Software Development by Luc001 Hi, To let the code that Animal Mother provided work. You need to change in the properties of that Tabcontrol the [B]Drawmode = OwnerDrawFixed[/B] Re: TabControl Programming Software Development by Unhnd_Exception …. Don't know if I'd use it. Mask the tabcontrol with a picture box and sets its region to exclude… TabControl/TabPage borders Programming Software Development by Andy0x2a … a form. The form's background is blue, yet the tabControl's background is grey ( the default). I am wanting to… change the background colour of the tabControl/pages to match the background of the form. The problem… is still grey. Does anyone know how to change the tabcontrol so that it is either transparent, or blue, or doesn… TabControl + Selected Tab Index Programming Software Development by sonia sardana … tab pages. I have contextmenu Strip, dat i bound to tabcontrol.I select the ContextMenuStrip & set it to ContextMenuStrip1 Now… TabControl with horizontal tabpages Programming Software Development by Oxiegen … like to know if it's possible to customize a tabcontrol, so that I can have the tabpages shown horizontally when… Re: TabControl with horizontal tabpages Programming Software Development by toko I don't really understand what you are trying to do but for more customization of tabcontrol goto TabControl1 > Tab Pages > Collection > and press "...". Re: TabControl with horizontal tabpages Programming Software Development by Oxiegen I know how to use the TabControl as it is. I've used it many times. And … Re: TabControl with horizontal tabpages Programming Software Development by Oxiegen I figured it out with the help from this guide: No major customization needed. [url]http://en.csharp-online.net/TabControl#Render_Right-Aligned_or_Left-Aligned_Tabs_horizontally[/url] Tabcontrol Tabs focus Programming Software Development by emilio in my application i have a tabcontrol with two tabs. when i run the program the focus is on the first tab. how can i change the focus to the second tab, so the second tab is shown on certain event ? TabControl in Asp.net Programming Web Development by Batoul88 Can anyone help me??? I need to put the TabControl in the WebApplication... but i dont know how i do that??? Re: TabControl in Asp.net Programming Web Development by kvprajapati [b]>I need to put the TabControl in the WebApplication...but i dont know how i do that???[/b] [URL="https://www.asp.net/AJAX/AjaxControlToolkit/Samples/Tabs/Tabs.aspx"]AJAX[/URL] controls toolkit. TabControl Alternative Programming Software Development by BleepyE Im just wondering if theres a way to remove the tabs from the TabControl and just buttons to control which screen is shown. Ive coded a form that uses buttons to hide and show panels but because you cant click buttons in design view, its extremely hard to edit the content in the panels. Thanks Re: TabControl Programming Software Development by deceptikon Over the years I've been leaning more toward \#2 because it's easier to manage. When all of the controls are directly inside your TabControl, they must have unique names regardless of whether they're on separate pages. Re: tabcontrol Programming Software Development by martonx You should use WPF insteaf of windows Forms, if you want to customize everything. Re: TabControl Programming Software Development by Momerath You are doing it wrong. Since you posted no code showing what you are doing, that's the best answer that can be given. Re: TabControl Programming Software Development by GeekByChoiCe this might help you [url]http://www.codeproject.com/KB/dotnet/CustomTabControl.aspx[/url] Re: TabControl Programming Software Development by Animal Mother I tested the code and as far as I can tell it does what you want it to do. [CODE] Private Sub TabControl1_DrawItem(ByVal sender As Object, ByVal e As System.Windows.Forms.DrawItemEventArgs) Handles TabControl1.DrawItem 'Firstly we'll define some parameters. Dim CurrentTab As TabPage = TabControl1.TabPages(e.Index) … Re: TabControl Programming Software Development by Animal Mother Yip, that is true Sorry about that. :confused: Thanx Luc001 Re: TabControl Programming Software Development by horserider [QUOTE=Animal Mother;1505323]Yip, that is true Sorry about that. :confused: Thanx Luc001[/QUOTE] thanks animal mother. it paints tabpage header. but it doesnt paint remaining part of the tab control... is ther any solution to this.. Re: TabControl Programming Software Development by Luc001 [QUOTE=Ashu26;1505464]thanks animal mother. it paints tabpage header. but it doesnt paint remaining part of the tab control... is ther any solution to this..[/QUOTE] Hi Ashu26, You can do it like this; [CODE]Private Sub TabControl1_DrawItem(ByVal sender As Object, ByVal e As System.Windows.Forms.DrawItemEventArgs) Handles TabControl1.… Re: TabControl Programming Software Development by Unhnd_Exception [QUOTE=;][/QUOTE] That still doesn't paint the tab control, only headers and sets the tab pages to a backcolor. To paint the tab control itself you will have to create your own. I would like to see some code that paints the actual body of the control. Re: tabControl Problem Programming Software Development by SharpJohnnyG …] It appears you are changing your tabcontrol property and not the tabPage of your tabcontrol. If you are accessing by c# code… Re: Tabcontrol problem on vb 2008 express Programming Software Development by needanswer … this, the vb 2008 express has some problems for the tabcontrol, but I don't know how to fix it???