B
Bmack500
I'm using visual studio 2003. I have much of my code in my main form,
called 'frmMain'.
When I create a class to perform string ops and such, it sometimes
needs to refer to functions in the main form.
However, when I use "inherits frmMain" in the class, as soon as I try
to build/run the program it gives me a System.stack overflow error. No
other indication of what's wrong.
Is this bad programming practice, or is there another way to refer to a
function in the main form?
Any help would be greatly appreciated.
called 'frmMain'.
When I create a class to perform string ops and such, it sometimes
needs to refer to functions in the main form.
However, when I use "inherits frmMain" in the class, as soon as I try
to build/run the program it gives me a System.stack overflow error. No
other indication of what's wrong.
Is this bad programming practice, or is there another way to refer to a
function in the main form?
Any help would be greatly appreciated.