Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
GeneralRe: Formatting Dates From XML file Pin
PIEBALDconsult13-Nov-09 12:50
mvePIEBALDconsult13-Nov-09 12:50 
QuestionWindow forms Pin
Morgs Morgan13-Nov-09 7:10
Morgs Morgan13-Nov-09 7:10 
AnswerRe: Window forms Pin
Xelalem13-Nov-09 7:19
Xelalem13-Nov-09 7:19 
GeneralRe: Window forms Pin
Morgs Morgan13-Nov-09 9:59
Morgs Morgan13-Nov-09 9:59 
AnswerRe: Window forms Pin
Eddy Vluggen13-Nov-09 7:20
professionalEddy Vluggen13-Nov-09 7:20 
GeneralRe: Window forms Pin
Paulo Zemek13-Nov-09 7:33
mvaPaulo Zemek13-Nov-09 7:33 
GeneralRe: Window forms Pin
Morgs Morgan13-Nov-09 7:44
Morgs Morgan13-Nov-09 7:44 
AnswerRe: Window forms Pin
Shameel13-Nov-09 7:39
professionalShameel13-Nov-09 7:39 
C#
Form2.ShowDialog();


This will prevent you from using the main form until the second form is closed. If you want to work with both forms at the same time and keep the second form on top of the main form, use this:

C#
Form2.Show(this);

GeneralRe: Window forms Pin
Morgs Morgan13-Nov-09 9:53
Morgs Morgan13-Nov-09 9:53 
QuestionThread Abort Pin
manustone13-Nov-09 7:06
manustone13-Nov-09 7:06 
AnswerRe: Thread Abort Pin
Eddy Vluggen13-Nov-09 7:13
professionalEddy Vluggen13-Nov-09 7:13 
QuestionAgain...Again...Again... Pin
Xelalem13-Nov-09 6:19
Xelalem13-Nov-09 6:19 
AnswerRe: Again...Again...Again... Pin
Paulo Zemek13-Nov-09 6:32
mvaPaulo Zemek13-Nov-09 6:32 
AnswerRe: Again...Again...Again... Pin
Not Active13-Nov-09 6:34
mentorNot Active13-Nov-09 6:34 
AnswerRe: Again...Again...Again... Pin
Saksida Bojan13-Nov-09 6:58
Saksida Bojan13-Nov-09 6:58 
GeneralRe: Again...Again...Again... Pin
Xelalem13-Nov-09 7:04
Xelalem13-Nov-09 7:04 
GeneralRe: Again...Again...Again... Pin
Xelalem13-Nov-09 7:08
Xelalem13-Nov-09 7:08 
GeneralRe: Again...Again...Again... Pin
Saksida Bojan13-Nov-09 7:26
Saksida Bojan13-Nov-09 7:26 
GeneralRe: Again...Again...Again... Pin
Xelalem13-Nov-09 7:32
Xelalem13-Nov-09 7:32 
GeneralRe: Again...Again...Again... Pin
Saksida Bojan13-Nov-09 7:44
Saksida Bojan13-Nov-09 7:44 
GeneralRe: Again...Again...Again... Pin
The Man from U.N.C.L.E.13-Nov-09 7:44
The Man from U.N.C.L.E.13-Nov-09 7:44 
GeneralRe: Again...Again...Again... Pin
Xelalem13-Nov-09 7:51
Xelalem13-Nov-09 7:51 
GeneralRe: Again...Again...Again... Pin
Richard MacCutchan13-Nov-09 7:28
mveRichard MacCutchan13-Nov-09 7:28 
AnswerRe: Again...Again...Again... Pin
Gerry Schmitz13-Nov-09 15:12
mveGerry Schmitz13-Nov-09 15:12 
GeneralRe: Again...Again...Again... Pin
Xelalem14-Nov-09 9:41
Xelalem14-Nov-09 9:41 

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.