7 Unanswered Topics

Remove Filter
Member Avatar for
Member Avatar for basma.lm

I faced a problem in adding a close button to TabPages for RightToLeft TabControl, i found the solution in this video and i want to share it with you [Click Here](https://www.youtube.com/watch?v=Oa7sBOeOHoA)

0
122
Member Avatar for vijaycare

Hi, I am using vs2005 with access 2003. In my windows application there is one tabcontrol which contains 2 tabpages with 2 crystal report viewer for each one. I have loaded data in form load event. It works great. Unfortunately the 2nd tabpage is not displaying the crystal report toolbar. …

0
141
Member Avatar for theonebit

Hi, I would like some insigth or help on the following issue that i am facing. I am building an empty validation module. where i validate my bound item whether they are empty or or not before save. I have a tab control with the said bound items. The thing …

0
237
Member Avatar for RMWChaos

Maybe this is a bit too broad a question and too much code for this forum, but I'll give it a shot... OS: Win7x64 6.1.7601 py: 2.7.2 (default, Jun 12 2011, 14:24:46) [MSC v.1500 64 bit (AMD64)] wx: 2.8-msw-unicode My question is more of a general nature than in regards …

0
186
Member Avatar for InfinityGamer

I'm having problems adding a new WebBrowser to the new created tab here is full code [CODE] Error 6 'Control' is not a member of 'DevComponents.DotNetBar.TabItem'. Public Sub AddTab(ByRef URL As String, ByRef TabControl As DevComponents.DotNetBar.TabControl) Dim NewBrowser As New CustomBrowser Dim NewTab As New DevComponents.DotNetBar.TabItem NewBrowser.Tag = NewTab NewTab.Tag …

0
133
Member Avatar for kinger29

I am using Visual Studio 2010, this should apply to any version of Visual Studio running a version of .Net with TabControl and TabPage. I want to create my own tabpage that I can add to a tabcontrol. I have tried creating a new class where I inherit System.Windows.Forms.TabPage but …

0
128
Member Avatar for choover12

i want to make a custom tab control for my web browser but i have no clue how to do it. all I know is to set the draw mode to ownerdrawnfixed and use the paint event args but nothing else. please help, it would help with my ui. thx

0
106

The End.