Click here to Skip to main content
15,896,507 members
Home / Discussions / C#
   

C#

 
QuestionOverride windows Proc Pin
narayanagvs15-Nov-07 23:02
narayanagvs15-Nov-07 23:02 
AnswerRe: Override windows Proc Pin
mav.northwind16-Nov-07 4:44
mav.northwind16-Nov-07 4:44 
Questionis problem in dataset? Pin
pekhaleyogesh15-Nov-07 23:01
pekhaleyogesh15-Nov-07 23:01 
AnswerRe: is problem in dataset? Pin
Pankaj - Joshi15-Nov-07 23:18
Pankaj - Joshi15-Nov-07 23:18 
GeneralRe: is problem in dataset? Pin
pekhaleyogesh15-Nov-07 23:26
pekhaleyogesh15-Nov-07 23:26 
GeneralRe: is problem in dataset? Pin
Pankaj - Joshi15-Nov-07 23:37
Pankaj - Joshi15-Nov-07 23:37 
QuestionHow to only open one instance of a window form from parent form Pin
Deques15-Nov-07 22:58
Deques15-Nov-07 22:58 
AnswerRe: How to only open one instance of a window form from parent form Pin
Pankaj - Joshi15-Nov-07 23:15
Pankaj - Joshi15-Nov-07 23:15 
For that you have to create a globally accessible class. In that just put bool variable for each form like :

IsForm1Open=false;
IsForm2Open=false;
IsForm3Open=false;


Before opening any Form from the MDI first check this variable.

And on the each form's load event make that variable true. and in the dispose method make this false. Wink | ;)

Regards
Pankaj Joshi

GeneralRe: How to only open one instance of a window form from parent form Pin
Pete O'Hanlon15-Nov-07 23:32
mvePete O'Hanlon15-Nov-07 23:32 
GeneralRe: How to only open one instance of a window form from parent form Pin
Pankaj - Joshi15-Nov-07 23:34
Pankaj - Joshi15-Nov-07 23:34 
GeneralRe: How to only open one instance of a window form from parent form Pin
Bekjong16-Nov-07 0:10
Bekjong16-Nov-07 0:10 
GeneralRe: How to only open one instance of a window form from parent form Pin
Pete O'Hanlon16-Nov-07 0:30
mvePete O'Hanlon16-Nov-07 0:30 
GeneralRe: How to only open one instance of a window form from parent form Pin
Pete O'Hanlon16-Nov-07 0:32
mvePete O'Hanlon16-Nov-07 0:32 
GeneralRe: How to only open one instance of a window form from parent form Pin
Deques16-Nov-07 0:09
Deques16-Nov-07 0:09 
GeneralRe: How to only open one instance of a window form from parent form Pin
Pete O'Hanlon16-Nov-07 0:29
mvePete O'Hanlon16-Nov-07 0:29 
GeneralRe: How to only open one instance of a window form from parent form Pin
Shpendh16-Nov-07 1:38
Shpendh16-Nov-07 1:38 
AnswerRe: How to only open one instance of a window form from parent form Pin
dan!sh 16-Nov-07 0:33
professional dan!sh 16-Nov-07 0:33 
Questionuninstalling application through code Pin
dan!sh 15-Nov-07 22:47
professional dan!sh 15-Nov-07 22:47 
AnswerRe: uninstalling application through code Pin
Pankaj - Joshi15-Nov-07 22:57
Pankaj - Joshi15-Nov-07 22:57 
GeneralRe: uninstalling application through code Pin
dan!sh 15-Nov-07 23:28
professional dan!sh 15-Nov-07 23:28 
GeneralRe: uninstalling application through code Pin
Pankaj - Joshi15-Nov-07 23:33
Pankaj - Joshi15-Nov-07 23:33 
QuestionC# call fortran dll Pin
wenshengluo15-Nov-07 22:33
wenshengluo15-Nov-07 22:33 
AnswerRe: C# call fortran dll Pin
Pete O'Hanlon15-Nov-07 22:41
mvePete O'Hanlon15-Nov-07 22:41 
AnswerRe: C# call fortran dll Pin
Vasudevan Deepak Kumar16-Nov-07 0:26
Vasudevan Deepak Kumar16-Nov-07 0:26 
AnswerRe: C# call fortran dll Pin
wenshengluo16-Nov-07 16:36
wenshengluo16-Nov-07 16:36 

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.