Click here to Skip to main content
15,921,643 members
Home / Discussions / C#
   

C#

 
GeneralRe: displaying and zooming in and out of a pdf Pin
Yulianto.6-May-05 17:07
Yulianto.6-May-05 17:07 
GeneralRe: displaying and zooming in and out of a pdf Pin
Uwe Keim7-May-05 5:23
sitebuilderUwe Keim7-May-05 5:23 
GeneralProblem with redrawing text in a windows form Pin
Darktaz6-May-05 10:44
Darktaz6-May-05 10:44 
GeneralRe: Problem with redrawing text in a windows form Pin
MoustafaS6-May-05 13:09
MoustafaS6-May-05 13:09 
GeneralRe: Problem with redrawing text in a windows form Pin
Darktaz6-May-05 13:34
Darktaz6-May-05 13:34 
GeneralRe: Problem with redrawing text in a windows form Pin
MoustafaS6-May-05 14:15
MoustafaS6-May-05 14:15 
GeneralForm.Hide(), or Form.Close() not working Pin
Jeea6-May-05 10:01
Jeea6-May-05 10:01 
GeneralRe: Form.Hide(), or Form.Close() not working Pin
Dave Kreskowiak6-May-05 12:08
mveDave Kreskowiak6-May-05 12:08 
Basically, it sounds like your trying to close a form that you can not close (unless you want your app to close that is). You haven't said what the forms are doing, so I'll have to take a guess...

Your startup form can't close, period. What you need to do is structure your app around a central form that manages your entire application. For instance, when newbies try to create a Splash screen for their application, they make the mistake of making the Splash screen the startup form. NO! Your main application must either startup from a custom Main or it must startup from your applications main form, not the Splash screen.

For some examples, search the articles for "splash screen".


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

GeneralNewly created file stays locked Pin
dratcha6-May-05 9:46
dratcha6-May-05 9:46 
GeneralRe: Newly created file stays locked Pin
Colin Angus Mackay6-May-05 10:52
Colin Angus Mackay6-May-05 10:52 
GeneralRe: Newly created file stays locked Pin
dratcha6-May-05 11:18
dratcha6-May-05 11:18 
GeneralForm Show() method hangs, does not display controls Pin
methodincharge6-May-05 7:26
methodincharge6-May-05 7:26 
GeneralRe: Form Show() method hangs, does not display controls Pin
S. Senthil Kumar6-May-05 7:59
S. Senthil Kumar6-May-05 7:59 
GeneralRe: Form Show() method hangs, does not display controls Pin
methodincharge6-May-05 8:46
methodincharge6-May-05 8:46 
GeneralRe: Form Show() method hangs, does not display controls Pin
S. Senthil Kumar6-May-05 20:12
S. Senthil Kumar6-May-05 20:12 
GeneralWindows Form Multiline ListView Pin
rana936-May-05 7:23
rana936-May-05 7:23 
GeneralWinForms Datagrid format based on cell value Pin
Jose Guay6-May-05 7:14
Jose Guay6-May-05 7:14 
GeneralRe: WinForms Datagrid format based on cell value Pin
Polis Pilavas6-May-05 8:14
Polis Pilavas6-May-05 8:14 
GeneralRe: WinForms Datagrid format based on cell value Pin
Jose Guay6-May-05 12:04
Jose Guay6-May-05 12:04 
GeneralRe: WinForms Datagrid format based on cell value Pin
Polis Pilavas6-May-05 12:14
Polis Pilavas6-May-05 12:14 
GeneralOffice Addin C# Pin
Member 18788066-May-05 6:49
Member 18788066-May-05 6:49 
Generalis there any good programmer for that to help me Pin
snouto6-May-05 5:52
snouto6-May-05 5:52 
QuestionDouble-clicking the Desktop opens the Start Menu? Pin
jklucker6-May-05 5:49
jklucker6-May-05 5:49 
GeneralUpdating values in a PropertyGrid Pin
WujekSamoZlo6-May-05 5:23
WujekSamoZlo6-May-05 5:23 
GeneralRe: Updating values in a PropertyGrid Pin
Mathew Hall6-May-05 15:28
Mathew Hall6-May-05 15:28 

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.