does anybody know how to make some code execute only once, when the dll loads, in VB? in VB, main() executes on every thread..
thanks.
Printable View
does anybody know how to make some code execute only once, when the dll loads, in VB? in VB, main() executes on every thread..
thanks.
sounds like you want to put code in the Class Initialize event