Click here to Skip to main content
15,902,749 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: A Nice Menu/List Control? Pin
Simon P Stevens27-Nov-08 23:58
Simon P Stevens27-Nov-08 23:58 
AnswerRe: A Nice Menu/List Control? Pin
Daniel M. Camenzind28-Nov-08 3:52
Daniel M. Camenzind28-Nov-08 3:52 
AnswerRe: A Nice Menu/List Control? Pin
Abydosgater28-Nov-08 12:13
Abydosgater28-Nov-08 12:13 
QuestionContacting Web Services through Firewalls/Proxies [modified] Pin
iwaters27-Nov-08 2:47
iwaters27-Nov-08 2:47 
QuestionArabic setup project Pin
Mohammad Al Hoss25-Nov-08 20:15
Mohammad Al Hoss25-Nov-08 20:15 
Questionwindows forms Pin
Member 468045924-Nov-08 18:57
Member 468045924-Nov-08 18:57 
Questionrequ for me Pin
Member 468045924-Nov-08 18:47
Member 468045924-Nov-08 18:47 
QuestionWindows Forms z-order? Pin
Cyrilix24-Nov-08 12:00
Cyrilix24-Nov-08 12:00 
I am essentially running an application that creates a thread to run a Form, say Form1 by calling...

Application.Run(new Form1()); //new thread has already been created and this is run on that new thread

Then, the application runs another process. This creates a Form, say Form2 in the same way that Form1 was created, by calling Application.Run(). The problem is that Form1 is on top of Form2, even though right before the Application.Run() call of Form2, I call BringToFront(), which is supposed to place it at the front of the z-order. Why is Form1 on top of Form2 even though Form2 was created afterwards, and explicitly brought to the front? I would like to do this without having to call SendToBack() on Form1, since I don't want to send it all the way back, I just want it to be behind Form2.
AnswerRe: Windows Forms z-order? Pin
CodeChurn24-Nov-08 15:21
CodeChurn24-Nov-08 15:21 
GeneralRe: Windows Forms z-order? Pin
Cyrilix24-Nov-08 16:14
Cyrilix24-Nov-08 16:14 
AnswerRe: Windows Forms z-order? Pin
Mycroft Holmes24-Nov-08 15:34
professionalMycroft Holmes24-Nov-08 15:34 
GeneralRe: Windows Forms z-order? Pin
Cyrilix24-Nov-08 16:18
Cyrilix24-Nov-08 16:18 
GeneralRe: Windows Forms z-order? Pin
Mycroft Holmes24-Nov-08 16:38
professionalMycroft Holmes24-Nov-08 16:38 
GeneralRe: Windows Forms z-order? Pin
Cyrilix24-Nov-08 17:27
Cyrilix24-Nov-08 17:27 
GeneralRe: Windows Forms z-order? Pin
Mycroft Holmes24-Nov-08 19:56
professionalMycroft Holmes24-Nov-08 19:56 
AnswerRe: Windows Forms z-order? Pin
SiFitz25-Nov-08 0:19
SiFitz25-Nov-08 0:19 
GeneralRe: Windows Forms z-order? Pin
Cyrilix25-Nov-08 4:15
Cyrilix25-Nov-08 4:15 
QuestionRelease and Debug issues. Pin
SPanicker*23-Nov-08 20:06
SPanicker*23-Nov-08 20:06 
AnswerRe: Release and Debug issues. Pin
led mike24-Nov-08 5:33
led mike24-Nov-08 5:33 
AnswerRe: Release and Debug issues. Pin
Scott Dorman24-Nov-08 13:18
professionalScott Dorman24-Nov-08 13:18 
GeneralRe: Release and Debug issues. Pin
SPanicker*27-Nov-08 7:11
SPanicker*27-Nov-08 7:11 
QuestionEasy way to use Skins (visual styles) Pin
sodevrom20-Nov-08 13:06
sodevrom20-Nov-08 13:06 
AnswerRe: Easy way to use Skins (visual styles) Pin
Thomas Stockwell24-Nov-08 8:42
professionalThomas Stockwell24-Nov-08 8:42 
QuestionDeployable database solution for Windows Form project Pin
kensai20-Nov-08 6:37
kensai20-Nov-08 6:37 
AnswerRe: Deployable database solution for Windows Form project Pin
Christian Graus20-Nov-08 9:45
protectorChristian Graus20-Nov-08 9:45 

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.