Hi all,
I am starting off with my vb.net project and I know already that I am going to have alot of forms. I expect over 50. Now if I have all these forms in the same project, Is everything going to compile into my single exe?
How can I resolve this? I was thinking of adding new projects to my project and then setting them as class library. Then it creates dll's right?
Do I then refer to forms in that class library the same way as if they would be in the same project?
Thanks
Rudi


Reply With Quote
