Click here to Skip to main content
15,890,282 members
Home / Discussions / C#
   

C#

 
GeneralRe: GetWindow Pin
Heath Stewart25-Feb-04 11:52
protectorHeath Stewart25-Feb-04 11:52 
GeneralRe: GetWindow Pin
Heath Stewart25-Feb-04 11:58
protectorHeath Stewart25-Feb-04 11:58 
GeneralRe: GetWindow Pin
yyf26-Feb-04 3:21
yyf26-Feb-04 3:21 
QuestionGet the width of a (formatted) string? Pin
Verdant12325-Feb-04 9:56
Verdant12325-Feb-04 9:56 
AnswerRe: Get the width of a (formatted) string? Pin
Judah Gabriel Himango25-Feb-04 10:42
sponsorJudah Gabriel Himango25-Feb-04 10:42 
GeneralRe: Get the width of a (formatted) string? Pin
Verdant12325-Feb-04 12:26
Verdant12325-Feb-04 12:26 
GeneralException thrown from within Application.Run(Form); Pin
jerrycainjr25-Feb-04 9:25
jerrycainjr25-Feb-04 9:25 
GeneralRe: Exception thrown from within Application.Run(Form); Pin
scadaguy25-Feb-04 10:33
scadaguy25-Feb-04 10:33 
First, I need to mention that VS.NET 2002 will not compile 1.1 apps.

What's happening is the message loop is processing some message (probably WM_SHOW?) and it is being dispatched to your form and the appropriate methods are ran to process it. The ShowWindow method is trying to use a reference that hasn't been correctly initialized and is thus null. I see two possible problems: 1) Your code has a bug in the constructor or InitalizeComponent method that leaves some reference null that the ShowWindow method needs or 2) You have somehow manifested a bug in the framework either indirectly by your code or the controls you have placed on the form or by the configuration of your computer.

Here's what I would do. Comment out different things in the constructor and InitializeComponent method in a trial-and-error process seeing if that eliminates the problem. Try removing controls one at a time and see if that eliminates the problem. Try googling the usenet groups for the exception and stack trace you have provided to see if anyone else has encountered the same problem and what they did to solve.

Most importantly, if you find the problem post back and let us know!
QuestionHow to get the number of visible forms on screen ? Pin
Andres Coder25-Feb-04 9:04
Andres Coder25-Feb-04 9:04 
AnswerRe: How to get the number of visible forms on screen ? Pin
Verdant12325-Feb-04 12:38
Verdant12325-Feb-04 12:38 
GeneralRe: How to get the number of visible forms on screen ? Pin
Andres Coder25-Feb-04 21:51
Andres Coder25-Feb-04 21:51 
GeneralRe: How to get the number of visible forms on screen ? Pin
Verdant12326-Feb-04 2:25
Verdant12326-Feb-04 2:25 
Generalcool icons Pin
OmegaSupreme25-Feb-04 8:21
OmegaSupreme25-Feb-04 8:21 
GeneralRe: cool icons Pin
RNEELY25-Feb-04 8:29
RNEELY25-Feb-04 8:29 
GeneralRe: cool icons Pin
OmegaSupreme25-Feb-04 9:24
OmegaSupreme25-Feb-04 9:24 
GeneralRe: cool icons Pin
Werdna25-Feb-04 8:40
Werdna25-Feb-04 8:40 
GeneralRe: cool icons Pin
RNEELY25-Feb-04 9:16
RNEELY25-Feb-04 9:16 
GeneralRe: cool icons Pin
OmegaSupreme25-Feb-04 9:27
OmegaSupreme25-Feb-04 9:27 
GeneralDynamic display of datagrids with Checkboxes Integrated Pin
Ananthanatarajan25-Feb-04 6:36
Ananthanatarajan25-Feb-04 6:36 
GeneralRe: Dynamic display of datagrids with Checkboxes Integrated Pin
Heath Stewart25-Feb-04 7:23
protectorHeath Stewart25-Feb-04 7:23 
GeneralRuntime user code Pin
Joel Holdsworth25-Feb-04 6:28
Joel Holdsworth25-Feb-04 6:28 
GeneralRe: Runtime user code Pin
Heath Stewart25-Feb-04 6:59
protectorHeath Stewart25-Feb-04 6:59 
GeneralHttpWebRequest authentication Pin
godzooky25-Feb-04 4:23
godzooky25-Feb-04 4:23 
GeneralRe: HttpWebRequest authentication Pin
Heath Stewart25-Feb-04 5:20
protectorHeath Stewart25-Feb-04 5:20 
GeneralRe: HttpWebRequest authentication Pin
godzooky25-Feb-04 5:36
godzooky25-Feb-04 5: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.