I appologize in advance for being a VB guy. I need to be able to disable
and enable the NIC of a client PC. It looks like netcfgx.dll is the
library I need. Has anyone written down the declares and types I would
need?
Thanks,
Rich
I appologize in advance for being a VB guy. I need to be able to disable
and enable the NIC of a client PC. It looks like netcfgx.dll is the
library I need. Has anyone written down the declares and types I would
need?
Thanks,
Rich
No, SetupDi APIs is what you need. There is a DEVCON sample from MS on
this.
For VB, it would be better to write a C++ Automation DLL doing this
and then call it from VB.
Max
----- Original Message -----
From: “Rich Buckley”
To: “NT Developers Interest List”
Sent: Sunday, September 29, 2002 9:15 PM
Subject: [ntdev] netcfg from VB
> I appologize in advance for being a VB guy. I need to be able to
disable
> and enable the NIC of a client PC. It looks like netcfgx.dll is the
> library I need. Has anyone written down the declares and types I
would
> need?
>
> Thanks,
>
> Rich
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to %%email.unsub%%
>