Click here to Skip to main content
15,907,906 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to build a DLL in C#? Pin
Jon Rista9-Nov-05 10:57
Jon Rista9-Nov-05 10:57 
GeneralRe: How to build a DLL in C#? Pin
E6AD9-Nov-05 21:27
E6AD9-Nov-05 21:27 
QuestionDetect if control is being rendered in the forms designer ? Pin
Christian Graus8-Nov-05 14:38
protectorChristian Graus8-Nov-05 14:38 
AnswerRe: Detect if control is being rendered in the forms designer ? Pin
Christian Graus8-Nov-05 14:54
protectorChristian Graus8-Nov-05 14:54 
GeneralRe: Detect if control is being rendered in the forms designer ? Pin
Jon Rista9-Nov-05 10:58
Jon Rista9-Nov-05 10:58 
GeneralRe: Detect if control is being rendered in the forms designer ? Pin
Christian Graus9-Nov-05 11:13
protectorChristian Graus9-Nov-05 11:13 
Questionhelp help help Pin
engriri20068-Nov-05 14:18
engriri20068-Nov-05 14:18 
AnswerRe: help help help Pin
Christian Graus8-Nov-05 14:23
protectorChristian Graus8-Nov-05 14:23 
GeneralRe: help help help Pin
Allah On Acid8-Nov-05 16:18
Allah On Acid8-Nov-05 16:18 
QuestionConsole.Writeline() in Forms Pin
MrEyes8-Nov-05 12:31
MrEyes8-Nov-05 12:31 
AnswerRe: Console.Writeline() in Forms Pin
S. Senthil Kumar8-Nov-05 19:38
S. Senthil Kumar8-Nov-05 19:38 
GeneralRe: Console.Writeline() in Forms Pin
MrEyes8-Nov-05 23:29
MrEyes8-Nov-05 23:29 
GeneralRe: Console.Writeline() in Forms Pin
S. Senthil Kumar9-Nov-05 21:40
S. Senthil Kumar9-Nov-05 21:40 
GeneralRe: Console.Writeline() in Forms Pin
S. Senthil Kumar9-Nov-05 21:42
S. Senthil Kumar9-Nov-05 21:42 
QuestionCreating Multiple Forms in my application Pin
kourvoisier8-Nov-05 12:06
kourvoisier8-Nov-05 12:06 
AnswerRe: Creating Multiple Forms in my application Pin
Christian Graus8-Nov-05 12:48
protectorChristian Graus8-Nov-05 12:48 
GeneralRe: Creating Multiple Forms in my application Pin
kourvoisier8-Nov-05 15:12
kourvoisier8-Nov-05 15:12 
Thanks for the response.

I am confused....

Christian Graus wrote:
because the parent dialog doesn't stop and wait


Parent dialog... could you elaborate what exactly you mean when you say parent dialog.

Christian Graus wrote:
you need to make the form you're going to show a member variable


I need to make the form im showing a member variable of the class that this is being created in?
is this what you mean?


Christian Graus wrote:
so that a reference exists and the form is not garbage collected.


I did create refrences i beleive.

ex. form1 derived from form class

form1 myform = new form1();
myform.Show()

- is myform the actual reference or just an instance of the form1 class
i may have my vocab wrong help me out on that if im wrong
-gives me blank form with hour glass icon when mouse over

hope all makes since

Kourvoisier
GeneralRe: Creating Multiple Forms in my application Pin
Christian Graus8-Nov-05 15:16
protectorChristian Graus8-Nov-05 15:16 
GeneralRe: Creating Multiple Forms in my application Pin
kourvoisier8-Nov-05 16:55
kourvoisier8-Nov-05 16:55 
GeneralRe: Creating Multiple Forms in my application Pin
Christian Graus8-Nov-05 17:13
protectorChristian Graus8-Nov-05 17:13 
GeneralRe: Creating Multiple Forms in my application Pin
kourvoisier8-Nov-05 17:21
kourvoisier8-Nov-05 17:21 
GeneralRe: Creating Multiple Forms in my application Pin
Christian Graus8-Nov-05 17:35
protectorChristian Graus8-Nov-05 17:35 
GeneralRe: Creating Multiple Forms in my application Pin
kourvoisier8-Nov-05 19:18
kourvoisier8-Nov-05 19:18 
GeneralRe: Creating Multiple Forms in my application Pin
Christian Graus9-Nov-05 10:18
protectorChristian Graus9-Nov-05 10:18 
GeneralRe: Creating Multiple Forms in my application Pin
S. Senthil Kumar8-Nov-05 20:01
S. Senthil Kumar8-Nov-05 20:01 

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.