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

C#

 
AnswerRe: How can i...?Please help me please !!!! Pin
Dave Kreskowiak9-Oct-05 14:50
mveDave Kreskowiak9-Oct-05 14:50 
GeneralRe: How can i...?Please help me please !!!! Pin
snouto10-Oct-05 0:01
snouto10-Oct-05 0:01 
GeneralRe: How can i...?Please help me please !!!! Pin
Dave Kreskowiak10-Oct-05 4:33
mveDave Kreskowiak10-Oct-05 4:33 
AnswerRe: How can i...?Please help me please !!!! Pin
Brendan Vogt9-Oct-05 23:06
Brendan Vogt9-Oct-05 23:06 
QuestionUsage of ICloneable Pin
Robert Rohde9-Oct-05 9:55
Robert Rohde9-Oct-05 9:55 
AnswerRe: Usage of ICloneable Pin
S. Senthil Kumar9-Oct-05 19:09
S. Senthil Kumar9-Oct-05 19:09 
QuestionCreate new dialog from Pin
Gedrain9-Oct-05 9:27
Gedrain9-Oct-05 9:27 
AnswerRe: Create new dialog from Pin
Dave Kreskowiak9-Oct-05 14:47
mveDave Kreskowiak9-Oct-05 14:47 
This is happening because you closed the startup form for your application.

For example, the common misconception is that a splash screen can be the startup form for an application. You can't do this. When the startup form closes, it takes the application's message pump with it, closing down the entire application.

The startup form of your app should be the main form your application uses for the builk of it's user interface. Any other forms are created, in a heirarchy, from this form and displayed. You can NOT transfer the application's message pump from form to form.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Create new dialog from Pin
Gedrain9-Oct-05 14:49
Gedrain9-Oct-05 14:49 
GeneralRe: Create new dialog from Pin
Dave Kreskowiak10-Oct-05 4:26
mveDave Kreskowiak10-Oct-05 4:26 
AnswerRe: Create new dialog from Pin
S. Senthil Kumar9-Oct-05 19:12
S. Senthil Kumar9-Oct-05 19:12 
Questionfactorial program Pin
johnjsm9-Oct-05 8:34
johnjsm9-Oct-05 8:34 
AnswerRe: factorial program Pin
Robert Rohde9-Oct-05 8:47
Robert Rohde9-Oct-05 8:47 
AnswerRe: factorial program Pin
Anonymous9-Oct-05 20:52
Anonymous9-Oct-05 20:52 
QuestionRunning a batch file in a process from C# code in Windows98 at startup Pin
Bilal Farooq9-Oct-05 7:29
Bilal Farooq9-Oct-05 7:29 
AnswerRe: Running a batch file in a process from C# code in Windows98 at startup Pin
Dave Kreskowiak9-Oct-05 14:43
mveDave Kreskowiak9-Oct-05 14:43 
QuestionCan't get Big Arrow on small Line Pin
Anonymous9-Oct-05 7:01
Anonymous9-Oct-05 7:01 
AnswerRe: Can't get Big Arrow on small Line Pin
Robert Rohde9-Oct-05 8:58
Robert Rohde9-Oct-05 8:58 
GeneralRe: Can't get Big Arrow on small Line Pin
Anonymous9-Oct-05 9:33
Anonymous9-Oct-05 9:33 
QuestionApplication File Path Pin
Golden Dragon9-Oct-05 5:08
Golden Dragon9-Oct-05 5:08 
AnswerRe: Application File Path Pin
Guffa9-Oct-05 5:20
Guffa9-Oct-05 5:20 
AnswerRe: Application File Path Pin
Anoop Ananthan10-Oct-05 2:26
professionalAnoop Ananthan10-Oct-05 2:26 
GeneralRe: Application File Path Pin
Golden Dragon10-Oct-05 3:36
Golden Dragon10-Oct-05 3:36 
GeneralRe: Application File Path Pin
mav.northwind10-Oct-05 7:25
mav.northwind10-Oct-05 7:25 
QuestionHow do i change theimage quality of background images? Pin
Red_Wizard_Shot_The_Food9-Oct-05 2:44
Red_Wizard_Shot_The_Food9-Oct-05 2:44 

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.