david ludeman
August 31st, 2001, 12:30 AM
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.
thanks.
|
Click to See Complete Forum and Search --> : sub main() david ludeman August 31st, 2001, 12:30 AM 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. makai August 31st, 2001, 12:41 AM sounds like you want to put code in the Class Initialize event codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |