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

C#

 
GeneralRe: Problem with Form Pin
musefan14-Sep-09 4:25
musefan14-Sep-09 4:25 
GeneralRe: Problem with Form Pin
dan!sh 14-Sep-09 4:31
professional dan!sh 14-Sep-09 4:31 
GeneralRe: Problem with Form Pin
musefan14-Sep-09 4:41
musefan14-Sep-09 4:41 
GeneralRe: Problem with Form Pin
Lim Yuxuan14-Sep-09 13:32
Lim Yuxuan14-Sep-09 13:32 
GeneralRe: Problem with Form [modified] Pin
Lim Yuxuan14-Sep-09 13:20
Lim Yuxuan14-Sep-09 13:20 
GeneralRe: Problem with Form Pin
dan!sh 14-Sep-09 19:49
professional dan!sh 14-Sep-09 19:49 
GeneralRe: Problem with Form Pin
Lim Yuxuan15-Sep-09 0:47
Lim Yuxuan15-Sep-09 0:47 
AnswerRe: Problem with Form [modified] Pin
carlecomm21-Sep-09 16:42
carlecomm21-Sep-09 16:42 
Hi,

you can't close it.
because 'frm2players' is one child form of the 'frmMenu';
Give you two :
1) hide the 'frmMenu'; use 'frmMenu.visible = false;' or 'frmMenu.Hide();'
2) Create one Thread to create 'frm2Players';
/********************/
'Thread td = new thread(method);' // method is 'create frm2player'
td.start();
/********************/
note: thread is 'light', so can't have Resources as 'Main thread'.


modified on Tuesday, September 22, 2009 2:13 AM


modified 27-May-14 5:36am.

AnswerRe: Problem with Form Pin
carlecomm21-Sep-09 22:32
carlecomm21-Sep-09 22:32 
Questionhow to create automation obect in c#? Pin
SRKSHOME14-Sep-09 3:26
SRKSHOME14-Sep-09 3:26 
AnswerRe: how to create automation obect in c#? Pin
Keith Barrow14-Sep-09 3:30
professionalKeith Barrow14-Sep-09 3:30 
QuestionNokia ring tone Pin
hadad14-Sep-09 2:09
hadad14-Sep-09 2:09 
AnswerRe: Nokia ring tone Pin
EliottA14-Sep-09 2:43
EliottA14-Sep-09 2:43 
AnswerRe: Nokia ring tone Pin
dan!sh 14-Sep-09 4:10
professional dan!sh 14-Sep-09 4:10 
QuestionHow to read xml document being used by the another process? Pin
Shaik Haneef14-Sep-09 1:09
Shaik Haneef14-Sep-09 1:09 
AnswerRe: How to read xml document being used by the another process? Pin
Christian Graus14-Sep-09 1:13
protectorChristian Graus14-Sep-09 1:13 
AnswerRe: How to read xml document being used by the another process? Pin
PIEBALDconsult14-Sep-09 8:11
mvePIEBALDconsult14-Sep-09 8:11 
QuestionCode for publish button Pin
santosh_anu13-Sep-09 23:33
santosh_anu13-Sep-09 23:33 
AnswerRe: Code for publish button Pin
Richard MacCutchan13-Sep-09 23:40
mveRichard MacCutchan13-Sep-09 23:40 
QuestionProblem with delegates Pin
Jacobb Michael13-Sep-09 23:27
Jacobb Michael13-Sep-09 23:27 
AnswerRe: Problem with delegates Pin
Keith Barrow13-Sep-09 23:38
professionalKeith Barrow13-Sep-09 23:38 
AnswerRe: Problem with delegates Pin
harold aptroot13-Sep-09 23:41
harold aptroot13-Sep-09 23:41 
GeneralRe: Problem with delegates Pin
Jacobb Michael13-Sep-09 23:54
Jacobb Michael13-Sep-09 23:54 
GeneralRe: Problem with delegates Pin
harold aptroot14-Sep-09 0:10
harold aptroot14-Sep-09 0:10 
AnswerRe: Problem with delegates Pin
Keith Barrow14-Sep-09 0:04
professionalKeith Barrow14-Sep-09 0:04 

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.