BDRichardson
Programmer
Hi
I have been using the TreeView, which seemed to work just fine until I began using the BeforeSelect event. Everything seems to function properly, but every once in a while it throws an unhandled exception as follows:
An unhandled exception of type 'System.NullReferenceException' occurred in system.windows.forms.dll.
Additional information: Object reference not set to an instance of an object.
I am using C# within VisualStudio 2003, and have found discussion about problems with Tags within version 2002, but can't find any infomation which relates to problems with TreeViewCancelEventArgs.
Has anyone else experienced similar problems?
Thanks in advance...
I have been using the TreeView, which seemed to work just fine until I began using the BeforeSelect event. Everything seems to function properly, but every once in a while it throws an unhandled exception as follows:
An unhandled exception of type 'System.NullReferenceException' occurred in system.windows.forms.dll.
Additional information: Object reference not set to an instance of an object.
I am using C# within VisualStudio 2003, and have found discussion about problems with Tags within version 2002, but can't find any infomation which relates to problems with TreeViewCancelEventArgs.
Has anyone else experienced similar problems?
Thanks in advance...