Click here to Skip to main content
15,911,646 members
Home / Discussions / C#
   

C#

 
GeneralRe: Screen Saver Enabling/Disabling Pin
Heath Stewart23-Mar-05 12:43
protectorHeath Stewart23-Mar-05 12:43 
GeneralWorking with DNS class Pin
vad_kr22-Mar-05 3:39
vad_kr22-Mar-05 3:39 
GeneralRe: Working with DNS class Pin
leppie22-Mar-05 4:13
leppie22-Mar-05 4:13 
GeneralRe: Working with DNS class Pin
stinGfasT22-Mar-05 9:06
stinGfasT22-Mar-05 9:06 
GeneralRe: Working with DNS class Pin
Anonymous22-Mar-05 9:25
Anonymous22-Mar-05 9:25 
GeneralSearching DataSets with multiple strings Pin
Joshua Lunsford22-Mar-05 3:27
Joshua Lunsford22-Mar-05 3:27 
GeneralSystem.NullReferenceException occurred in Unknown Module Pin
AO-Action22-Mar-05 1:36
AO-Action22-Mar-05 1:36 
GeneralRe: System.NullReferenceException occurred in Unknown Module Pin
Robert Rohde22-Mar-05 2:05
Robert Rohde22-Mar-05 2:05 
Sounds really strange...

I would do the following: Surround your ShowDialog call with a try catch block and look at the stack of the exception (and post it here). This will hopefully give further hints.
<br />
try {<br />
editAccount.Show();<br />
} catch (Exception exc) {<br />
Console.WriteLine(exc.StackTrace);<br />
}<br />

GeneralRe: System.NullReferenceException occurred in Unknown Module Pin
AO-Action22-Mar-05 2:31
AO-Action22-Mar-05 2:31 
QuestionHow to get text on screen Pin
levgiang22-Mar-05 0:39
levgiang22-Mar-05 0:39 
AnswerRe: How to get text on screen Pin
leppie22-Mar-05 1:07
leppie22-Mar-05 1:07 
AnswerRe: How to get text on screen Pin
Dave Kreskowiak22-Mar-05 4:48
mveDave Kreskowiak22-Mar-05 4:48 
Generallist view goes blank Pin
maheshfour21-Mar-05 23:12
maheshfour21-Mar-05 23:12 
GeneralRe: list view goes blank Pin
Dave Kreskowiak22-Mar-05 4:45
mveDave Kreskowiak22-Mar-05 4:45 
Generaltabs in tree view Pin
Anonymous21-Mar-05 23:05
Anonymous21-Mar-05 23:05 
GeneralRe: tabs in tree view Pin
Dave Kreskowiak22-Mar-05 4:39
mveDave Kreskowiak22-Mar-05 4:39 
Generalfile system protection Pin
computer_eng21-Mar-05 22:52
computer_eng21-Mar-05 22:52 
GeneralRe: file system protection Pin
James Poulose21-Mar-05 23:37
James Poulose21-Mar-05 23:37 
GeneralRe: file system protection Pin
Anonymous22-Mar-05 22:01
Anonymous22-Mar-05 22:01 
GeneralRe: file system protection Pin
Dave Kreskowiak22-Mar-05 4:37
mveDave Kreskowiak22-Mar-05 4:37 
GeneralRe: file system protection Pin
Anonymous22-Mar-05 22:47
Anonymous22-Mar-05 22:47 
GeneralRe: file system protection Pin
Dave Kreskowiak23-Mar-05 0:43
mveDave Kreskowiak23-Mar-05 0:43 
GeneralFit together two controls Pin
jetli_bos21-Mar-05 20:48
sussjetli_bos21-Mar-05 20:48 
GeneralRe: Fit together two controls Pin
Colin Angus Mackay21-Mar-05 21:08
Colin Angus Mackay21-Mar-05 21:08 
GeneralRe: Fit together two controls Pin
MoustafaS21-Mar-05 21:32
MoustafaS21-Mar-05 21:32 

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.