How to detect the network adapter
Visual Basic
3
Posts
2
Posters
0
Views
1
Watching
-
Hello Everyone~~ I got a problem when I was doing my project. The problem is how to detect the network adapter by using the Visual Basic 6. Somebody can help me~~!? Gray :confused:
The best way to do that is to use Windows Management Instrumentation. Other than that, your going to have to write alot of code to call into the Win32 API and get back the data structures you need. What are you looking for specifically? RageInTheMachine9532
-
The best way to do that is to use Windows Management Instrumentation. Other than that, your going to have to write alot of code to call into the Win32 API and get back the data structures you need. What are you looking for specifically? RageInTheMachine9532