Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 742 results for
tabcontrol
- Page 1
tabcontrol
Programming
Software Development
16 Years Ago
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
14 Years Ago
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
14 Years Ago
by Momerath
[URL="http://msdn.microsoft.com/en-us/library/system.windows.forms.
tabcontrol
.selectedindex.aspx"]
TabControl
.SelectedIndex[/URL]
Re: TabControl
Programming
Software Development
14 Years Ago
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
15 Years Ago
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
14 Years Ago
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
14 Years Ago
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
14 Years Ago
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
14 Years Ago
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
14 Years Ago
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
15 Years Ago
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
16 Years Ago
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
16 Years Ago
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
16 Years Ago
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
16 Years Ago
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
16 Years Ago
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
15 Years Ago
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
15 Years Ago
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
13 Years Ago
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
11 Years Ago
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
16 Years Ago
by martonx
You should use WPF insteaf of windows Forms, if you want to customize everything.
Re: TabControl
Programming
Software Development
14 Years Ago
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
15 Years Ago
by GeekByChoiCe
this might help you [url]http://www.codeproject.com/KB/dotnet/CustomTabControl.aspx[/url]
Re: TabControl
Programming
Software Development
14 Years Ago
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
14 Years Ago
by Animal Mother
Yip, that is true Sorry about that. :confused: Thanx Luc001
Re: TabControl
Programming
Software Development
14 Years Ago
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
14 Years Ago
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
14 Years Ago
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
15 Years Ago
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
14 Years Ago
by needanswer
… this, the vb 2008 express has some problems for the
tabcontrol
, but I don't know how to fix it???
1
2
3
13
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC