Dear Forum
I’m beginning at VB.Net and plan to Upgrade My VB 6 code to VB.Net 2005
In VB 6, I can write a Bas module and Add the module to every project to share the function inside
But i can’t find on VB.Net
I trying to create a set of functions which will work for all forms in a visual studio .net visual basic 2005 project.
I do not want to have to put the function code inside of every form. It would be tedious and sloppy programming.
Any Solution please ?
tq