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

C#

 
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 
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 
kourvoisier wrote:
but your code above also gives the same exact blank screen with hour glass mouse over


Yes, I always said that while your code was plain wrong, it was also true that the result I'd expect would not be the hour glass you're seeing.

kourvoisier wrote:
I really am trying to understand your concept and whats going on.
here you have created a class called main which implements form -- (dont know why it implements form)


Here's the core issue. As someone else said, you need a message pump. The first step is to create a windows forms app, and then when you've got your main form class, you can create other forms off it, because you have a message pump going already.

kourvoisier wrote:
How do i make the instance of the class a member...i get confused here


It's a member if it's declared in the class and not in the method, as in my examples.





Christian Graus - Microsoft MVP - C++
GeneralRe: Creating Multiple Forms in my application Pin
S. Senthil Kumar8-Nov-05 20:01
S. Senthil Kumar8-Nov-05 20:01 
GeneralRe: Creating Multiple Forms in my application Pin
kourvoisier9-Nov-05 12:16
kourvoisier9-Nov-05 12:16 

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.