Click here to Skip to main content
15,899,594 members
Home / Discussions / C#
   

C#

 
GeneralRe: issue with scroll sync Pin
Luc Pattyn8-Apr-08 7:18
sitebuilderLuc Pattyn8-Apr-08 7:18 
QuestionRe: issue with scroll sync Pin
Pathetic Logic8-Apr-08 7:57
Pathetic Logic8-Apr-08 7:57 
Questionvisual studio SETUP and DEPLOY Pin
varun.g8-Apr-08 4:46
varun.g8-Apr-08 4:46 
GeneralRe: visual studio SETUP and DEPLOY Pin
Judah Gabriel Himango8-Apr-08 5:02
sponsorJudah Gabriel Himango8-Apr-08 5:02 
GeneralThe order of controls in a groupbox Pin
TheJudeDude8-Apr-08 4:11
TheJudeDude8-Apr-08 4:11 
GeneralRe: The order of controls in a groupbox Pin
Ajay.k_Singh8-Apr-08 4:27
Ajay.k_Singh8-Apr-08 4:27 
GeneralRe: The order of controls in a groupbox Pin
TheJudeDude8-Apr-08 4:35
TheJudeDude8-Apr-08 4:35 
GeneralRe: The order of controls in a groupbox Pin
Luc Pattyn8-Apr-08 6:05
sitebuilderLuc Pattyn8-Apr-08 6:05 
Hi,

AFAIK the order of the controls is not the declaration order, not the creation order, it is
the order in which they get added to their parents Controls collection, which depends
a lot on your Designer interaction. You can modify the order by (carefully) editing
the designer-generated file (xxx.designer.cs). You can also set a new order by:
-first removing all the controls (i.e. move them from the groupbox to the form itself);
-then add them again, one by one, in the desired order (i.e. move them back from the form
to the groupbox).

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

This month's tips:
- before you ask a question here, search CodeProject, then Google;
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get;
- use PRE tags to preserve formatting when showing multi-line code snippets.


GeneralRe: The order of controls in a groupbox Pin
Thomas Stockwell8-Apr-08 4:36
professionalThomas Stockwell8-Apr-08 4:36 
GeneralRe: The order of controls in a groupbox Pin
TheJudeDude8-Apr-08 6:16
TheJudeDude8-Apr-08 6:16 
GeneralRe: The order of controls in a groupbox Pin
Ravenet8-Apr-08 16:05
Ravenet8-Apr-08 16:05 
GeneralRe: The order of controls in a groupbox Pin
TheJudeDude8-Apr-08 18:48
TheJudeDude8-Apr-08 18:48 
QuestionSystem.Threading.Thread.Sleep() not working Pin
aei_totten8-Apr-08 4:00
aei_totten8-Apr-08 4:00 
GeneralRe: System.Threading.Thread.Sleep() not working Pin
led mike8-Apr-08 4:56
led mike8-Apr-08 4:56 
GeneralRe: System.Threading.Thread.Sleep() not working Pin
ChrisKo8-Apr-08 5:00
ChrisKo8-Apr-08 5:00 
GeneralRe: System.Threading.Thread.Sleep() not working Pin
Luc Pattyn8-Apr-08 6:08
sitebuilderLuc Pattyn8-Apr-08 6:08 
GeneralRe: System.Threading.Thread.Sleep() not working Pin
Dave Kreskowiak8-Apr-08 5:25
mveDave Kreskowiak8-Apr-08 5:25 
GeneralRe: System.Threading.Thread.Sleep() not working Pin
Luc Pattyn8-Apr-08 6:10
sitebuilderLuc Pattyn8-Apr-08 6:10 
QuestionAccess Form from Class Pin
parth.p8-Apr-08 2:58
parth.p8-Apr-08 2:58 
GeneralRe: Access Form from Class Pin
buchstaben8-Apr-08 3:11
buchstaben8-Apr-08 3:11 
GeneralRe: Access Form from Class Pin
parth.p8-Apr-08 3:13
parth.p8-Apr-08 3:13 
GeneralRe: Access Form from Class Pin
carbon_golem8-Apr-08 3:20
carbon_golem8-Apr-08 3:20 
GeneralRe: Access Form from Class Pin
parth.p8-Apr-08 3:25
parth.p8-Apr-08 3:25 
GeneralRe: Access Form from Class Pin
carbon_golem8-Apr-08 3:35
carbon_golem8-Apr-08 3:35 
GeneralRe: Access Form from Class Pin
Gareth H8-Apr-08 4:22
Gareth H8-Apr-08 4:22 

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.