Click here to Skip to main content
15,902,189 members
Home / Discussions / C#
   

C#

 
GeneralRe: Size of arrayList Pin
Luis Alonso Ramos11-Aug-05 20:59
Luis Alonso Ramos11-Aug-05 20:59 
GeneralRe: Size of arrayList Pin
binglin11-Aug-05 23:22
binglin11-Aug-05 23:22 
GeneralRe: Size of arrayList Pin
mav.northwind12-Aug-05 0:57
mav.northwind12-Aug-05 0:57 
GeneralRe: Size of arrayList Pin
S. Senthil Kumar12-Aug-05 20:10
S. Senthil Kumar12-Aug-05 20:10 
GeneralDisplaying text in windows forms Pin
binglin11-Aug-05 18:08
binglin11-Aug-05 18:08 
GeneralRe: Displaying text in windows forms Pin
Roman Rodov11-Aug-05 20:06
Roman Rodov11-Aug-05 20:06 
GeneralRe: Displaying text in windows forms Pin
binglin11-Aug-05 20:57
binglin11-Aug-05 20:57 
GeneralSuggestions for debugging TreeView problem Pin
stevoe7211-Aug-05 16:32
stevoe7211-Aug-05 16:32 
Hi,

I am getting the following NullReferenceException, erratically, from the System.Windows.Forms.TreeView component. As the stack trace shows, none of my code is *directly* involved in the exception. The exception seems to occur in response to an event that occurs after I perform some action on the TreeView...however, I cannot reliably reproduce the error, so I cannot determine which action preceeds the error.

Does any one have have any suggestions of approaches I can use to narrow down the cause of this error?

Thanks,
Steve.

Exception type: System.NullReferenceException Object reference not set to an instance of an object. at System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam) at System.Windows.Forms.NativeWindow.DefWndProc(Message& m) at System.Windows.Forms.Control.DefWndProc(Message& m) at System.Windows.Forms.Control.WmDestroy(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.TreeView.WndProc(Message& m) at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
GeneralRe: Suggestions for debugging TreeView problem Pin
Susan Hernandez31-Aug-05 13:50
Susan Hernandez31-Aug-05 13:50 
GeneralRe: Suggestions for debugging TreeView problem Pin
stevoe7231-Aug-05 14:08
stevoe7231-Aug-05 14:08 
GeneralRe: Suggestions for debugging TreeView problem Pin
Susan Hernandez31-Aug-05 14:14
Susan Hernandez31-Aug-05 14:14 
Generalapply control panel settings Pin
Pyro Joe11-Aug-05 15:05
Pyro Joe11-Aug-05 15:05 
GeneralRe: apply control panel settings Pin
Mohamad Al Husseiny11-Aug-05 15:22
Mohamad Al Husseiny11-Aug-05 15:22 
GeneralRe: apply control panel settings Pin
Pyro Joe11-Aug-05 15:46
Pyro Joe11-Aug-05 15:46 
GeneralMyDocument Special Folder Pin
monrobot1311-Aug-05 14:21
monrobot1311-Aug-05 14:21 
GeneralRe: MyDocument Special Folder Pin
Christian Graus11-Aug-05 14:33
protectorChristian Graus11-Aug-05 14:33 
GeneralRe: MyDocument Special Folder Pin
Mohamad Al Husseiny11-Aug-05 14:44
Mohamad Al Husseiny11-Aug-05 14:44 
GeneralRe: MyDocument Special Folder Pin
monrobot1311-Aug-05 15:13
monrobot1311-Aug-05 15:13 
GeneralStrage problem on AfterLabelEdit event of treeview Pin
Dan Shi11-Aug-05 14:00
sussDan Shi11-Aug-05 14:00 
GeneralRe: Strage problem on AfterLabelEdit event of treeview Pin
Mohamad Al Husseiny11-Aug-05 15:23
Mohamad Al Husseiny11-Aug-05 15:23 
GeneralRe: Strage problem on AfterLabelEdit event of treeview Pin
Dan Shi12-Aug-05 13:43
sussDan Shi12-Aug-05 13:43 
Generalmakefile and resources Pin
dirkhelmet11-Aug-05 13:52
dirkhelmet11-Aug-05 13:52 
Generalagain way to use flash inside c# application Pin
malak nour11-Aug-05 13:43
malak nour11-Aug-05 13:43 
GeneralRe: again way to use flash inside c# application Pin
Mohamad Al Husseiny11-Aug-05 14:09
Mohamad Al Husseiny11-Aug-05 14:09 
GeneralRe: again way to use flash inside c# application Pin
Mohamad Al Husseiny11-Aug-05 14:13
Mohamad Al Husseiny11-Aug-05 14:13 

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.