No announcements
Found 2113696 threads
-
4 Votes
tabcontrol disappears (not always)
.... I do not know what did the trick, but on the navigation form , I "ve chosen the target name again from the list of forms and now it works like it ...Answered | 13 Replies | 686 Views | Created by tekoko10 - Saturday, July 16, 2016 3:07 AM | Last reply by tekoko10 - Monday, July 25, 2016 8:15 AM -
0 Votes
Click a tabcontrol and it disappears
Hello, In my form I have a tabcontrol. What I want to is click or double click it, it disappears and the new interface has two new buttons and a gridview. The ...Answered | 1 Replies | 1305 Views | Created by ardmore - Wednesday, May 2, 2012 6:07 PM | Last reply by VallarasuS - Wednesday, May 2, 2012 6:29 PM -
0 Votes
ToolsStrip Disappears On TabControl
Yeah there is a way but it's not recommended. You can go into the hidden part of your code where all the controls are declared and remove all references to itAnswered | 5 Replies | 3290 Views | Created by Jason Smith - Monday, October 29, 2007 3:51 PM | Last reply by Dig-Boy - Wednesday, October 31, 2007 12:39 PM -
0 Votes
TabControl Not Counting Inserts
Hello, I am using a TabControl in code, and when I add a TabPage to the tab pages collection, the count increases. When I use the Insert ...Answered | 5 Replies | 2839 Views | Created by bmains - Monday, June 25, 2007 11:48 AM | Last reply by bmains - Monday, June 25, 2007 3:37 PM -
0 Votes
TabControl
I have a TabControl 'tabcontrol1' which i am populating with 5 tab pages at runtime. Now, i also have another TabControl 'tabcontrol2', i want tabcontrol2(which has 2 of its own ... -
0 Votes
tabControl
Hi, I created a user control that consists of TabControl. I want to add tabItem to the TabControl using VB code. Anyone know how to do it...? Or ...Answered | 2 Replies | 4705 Views | Created by miss rEnE - Thursday, January 29, 2009 1:32 PM | Last reply by miss rEnE - Thursday, January 29, 2009 2:50 PM -
0 Votes
TabControl not refreshing??
), and then use the spinner to remove the tabs. As the tabs are removed the TabControl is not refreshed and the tabs dissapear to the left and eventually the horizontal arrows ...Answered | 6 Replies | 3748 Views | Created by pudsinuk - Tuesday, August 28, 2012 1:27 PM | Last reply by Mick Doherty - Sunday, September 2, 2012 11:07 AM -
0 Votes
TabControl DragDrop not working!
I'm working on a C# winForm project that use a tabControl. I can't figure why drag and drop is not working. here's a example of what i'm ... -
0 Votes
TabControl
I have a TabControl 'tabcontrol1', which i am populating with 5 tabpages at runtime. Now i also have another TabControl 'tabcontrol2' which has 2Unanswered | 1 Replies | 4086 Views | Created by sudeepunnikrishnan - Tuesday, April 4, 2006 5:07 PM | Last reply by Nitin Gupta - Friday, April 7, 2006 9:06 AM -
0 Votes
TabControl
Hi, Is there a way to change from one tabpage to another in a tabcontrol like for intance whenAnswered | 1 Replies | 3376 Views | Created by MandoBoon - Thursday, July 26, 2007 6:14 PM | Last reply by wjousts - Thursday, July 26, 2007 6:21 PM -
0 Votes
TabControl not populating content
Hi digiplant, the problem is that you've set the Height of the TabControl to 28 pixels, so it is to small to display the items. Set it to ...Answered | 1 Replies | 3725 Views | Created by digiplant - Friday, November 5, 2010 1:25 PM | Last reply by M. Niehaus - Friday, November 5, 2010 2:33 PM -
0 Votes
tabcontrol
hi, thx for the answer but the tabcontrol contain some controls ? if adding it back to the collection will not remove the controls so how can i remove it or add it ...Answered | 7 Replies | 5055 Views | Created by Haitham Khattab - Saturday, February 4, 2006 5:57 PM | Last reply by Haitham Khattab - Sunday, February 5, 2006 1:29 PM -
0 Votes
TabControl
Is there any way of configuring the TabControl so the row of TabItems which contains the currently selected TabItem isn't burped to the front?Answered | 3 Replies | 4516 Views | Created by ZiggyShort - Tuesday, October 9, 2007 3:22 PM | Last reply by Josh Smith - Tuesday, October 9, 2007 6:02 PM -
0 Votes
TabControl
Hmmmm hope i am not in the wrong forum i was meant a ...Answered | 2 Replies | 3832 Views | Created by new Newby - Wednesday, June 6, 2007 9:19 PM | Last reply by new Newby - Wednesday, June 6, 2007 10:33 PM -
0 Votes
Tabcontrol
Sorry the tabcontrol does not support data binding. You will need to loop through the tables and add a tabpage and some controls. Here is a minimal ...Answered | 1 Replies | 3912 Views | Created by hrubesh - Monday, October 30, 2006 10:05 AM | Last reply by Ken Tucker - Monday, October 30, 2006 11:15 AM -
0 Votes
TabControl does not update
object with an new object, the items of the TabControl are not shown. for example: I have in my tabcontrol 3 tab and each has its items. By changing the ...Discussion | 2 Replies | 4023 Views | Created by Omid H - Wednesday, August 13, 2008 9:58 AM | Last reply by Marco Zhou - Tuesday, August 19, 2008 10:46 AM -
0 Votes
TabControl ...
tabEnderecoContato.Items.Add(tb); //TabControl all items are created in run-time from the event click of the button.(inside ofAnswered | 2 Replies | 4176 Views | Created by kaneda182 - Tuesday, November 11, 2008 4:34 PM | Last reply by kaneda182 - Tuesday, November 11, 2008 5:03 PM -
0 Votes
TabControl
>I've seen that you need to add tabControl to the form, but what is the code for the syntax? You could refer the following steps: 1. Add a new ...Answered | 2 Replies | 302 Views | Created by flash76 - Tuesday, February 16, 2016 1:31 PM | Last reply by Moonlight Sheng - Wednesday, February 17, 2016 9:46 AM -
0 Votes
TabControl
I don't think that there is a way to do this with the normal TabControl properties. I don't even think that you can do this with the OwnerDraw. You may need to do something ...Answered | 1 Replies | 2756 Views | Created by Xystus777 - Wednesday, April 22, 2009 3:39 PM | Last reply by DeborahK - Wednesday, April 22, 2009 4:54 PM -
0 Votes
tabcontrol
Is there a way to check wich tabcontrol to display when the program start? which means I have to find a way to save which tabpage that are ...Answered | 1 Replies | 3105 Views | Created by johmolan - Saturday, August 22, 2009 10:29 AM | Last reply by Waleed El-Badry - Saturday, August 22, 2009 2:05 PM - Items 1 to 20 of 2113696 Next ›
No announcements