Click here to Skip to main content
15,887,746 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# DataBase Application How you do it ? Pin
fly9043-Jul-09 12:16
fly9043-Jul-09 12:16 
QuestionUpload and delete server´s videos from client with webservices (C#) Pin
Hugo E.3-Jul-09 4:08
Hugo E.3-Jul-09 4:08 
AnswerRe: Upload and delete server´s videos from client with webservices (C#) Pin
Christian Graus3-Jul-09 5:47
protectorChristian Graus3-Jul-09 5:47 
AnswerRe: Upload and delete server´s videos from client with webservices (C#) Pin
Arindam Sinha3-Jul-09 20:53
Arindam Sinha3-Jul-09 20:53 
GeneralRe: Upload and delete server´s videos from client with webservices (C#) Pin
Hugo E.12-Jul-09 6:58
Hugo E.12-Jul-09 6:58 
QuestionHow to add scroll Horigental scroll bar in the call of DataGridView in window .net Pin
Member 46590013-Jul-09 2:22
Member 46590013-Jul-09 2:22 
AnswerRe: How to add scroll Horigental scroll bar in the call of DataGridView in window .net Pin
Manas Bhardwaj3-Jul-09 5:18
professionalManas Bhardwaj3-Jul-09 5:18 
QuestionTaborder in toolbar? Pin
netogg3-Jul-09 2:16
netogg3-Jul-09 2:16 
Hello,

I'having problems getting the "Taborder" right on a ToolBar which has a UserControl hosted in a ToolStripControlhost object.

To replicate:
1. Create a new WindowsForms project.
2 Add a toolBar with four ToolBarButtons to Form1 (via the designer)
3. Create a new UserControl and drop a MaskedTextBox on it (via the designer)
5. In the form Constructor add the following code;
toolStrip1.Items.Insert(2, new ToolStripControlHost(new UserControl1()));


During runtime if you click on the maskedTextBox in the toolStrip (to give it focus), and try to navigate with the tab key (either shifttab or tab) you'll notice a weird taborder.

If the MaskedTextbox is hosted directly in the ToolStripHostControl everything works fine. But my real usercontrol is way too comlicated to do this.

The problem seems to be caused by inserting a usercontrol in a toolstrip which messes up the taborder.
Does anyone know how to fix this? Any help would be sincerely appreciated.
AnswerRe: Taborder in toolbar? Pin
Henry Minute3-Jul-09 3:11
Henry Minute3-Jul-09 3:11 
GeneralRe: Taborder in toolbar? Pin
netogg3-Jul-09 3:39
netogg3-Jul-09 3:39 
GeneralRe: Taborder in toolbar? Pin
Henry Minute3-Jul-09 3:46
Henry Minute3-Jul-09 3:46 
AnswerRe: Taborder in toolbar? Pin
DaveyM693-Jul-09 5:23
professionalDaveyM693-Jul-09 5:23 
GeneralRe: Taborder in toolbar? [modified] Pin
netogg3-Jul-09 6:05
netogg3-Jul-09 6:05 
GeneralRe: Taborder in toolbar? Pin
DaveyM693-Jul-09 6:23
professionalDaveyM693-Jul-09 6:23 
GeneralRe: Taborder in toolbar? Pin
netogg3-Jul-09 6:40
netogg3-Jul-09 6:40 
GeneralRe: Taborder in toolbar? Pin
DaveyM693-Jul-09 9:11
professionalDaveyM693-Jul-09 9:11 
GeneralRe: Taborder in toolbar? Pin
netogg3-Jul-09 12:10
netogg3-Jul-09 12:10 
GeneralRe: Taborder in toolbar? Pin
DaveyM693-Jul-09 20:02
professionalDaveyM693-Jul-09 20:02 
GeneralRe: Taborder in toolbar? Pin
netogg4-Jul-09 0:35
netogg4-Jul-09 0:35 
GeneralRe: Taborder in toolbar? Pin
DaveyM694-Jul-09 11:50
professionalDaveyM694-Jul-09 11:50 
GeneralRe: Taborder in toolbar? Pin
DaveyM696-Jul-09 23:14
professionalDaveyM696-Jul-09 23:14 
GeneralRe: Taborder in toolbar? Pin
netogg7-Jul-09 8:07
netogg7-Jul-09 8:07 
GeneralRe: Taborder in toolbar? Pin
netogg7-Jul-09 9:16
netogg7-Jul-09 9:16 
GeneralRe: Taborder in toolbar? CanSelect? Pin
netogg7-Jul-09 9:57
netogg7-Jul-09 9:57 
Questionmssql version problem Pin
leone3-Jul-09 1:51
leone3-Jul-09 1:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.