D
Daniel N
I am new to .net and want to organize my code better. I am writing in vb.net
and the code for my main form is nearing 50-60 pages and would like to
create another file like a class, module or code file that SHARE sub
procedures, and declarations as if it were with the rest of the code (So I
can orginize it in 2 or 3 .vb files).
When I create a new class I can;
Inherits Project.MainForm
But I cant share subs,
Can I somehow do this with a code file or module?
and the code for my main form is nearing 50-60 pages and would like to
create another file like a class, module or code file that SHARE sub
procedures, and declarations as if it were with the rest of the code (So I
can orginize it in 2 or 3 .vb files).
When I create a new class I can;
Inherits Project.MainForm
But I cant share subs,
Can I somehow do this with a code file or module?