Does anyone have the same problem as me, namely Visual Basic 5 Pro crashing whenever I try to run code that enumerates all the computers on a LAN??? Or whenever I do heavy network activity (Win2k)
Printable View
Does anyone have the same problem as me, namely Visual Basic 5 Pro crashing whenever I try to run code that enumerates all the computers on a LAN??? Or whenever I do heavy network activity (Win2k)
It sounds to me like there's errors with declaring/using the API calls that you're using.
Perhaps if you were to describe what's happening a little more? Post some code, or something? :)
Its stopped crashing now at last...
I was using the huge codes required in the API methods of enumerating computers, but now I'm using the Active Directory functions, and only have about 10 lines of code, its not crashing ever... yay! :)