Shoutbox

API Programming Help - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: API Programming Help (/showthread.php?tid=50340)

API Programming Help by matty on 09-11-2005 at 03:22 AM

Hey everyone, I am thinking of developing a program for my course which will allow us to change PC information such as computer name(already completed), change Workgroup, IP Address/Subnet/DNS/Default Gateway and so on. So I am looking for API calls that will allow me to change this information. Its only going to be used for good so don't worry I am not trying to use it for bad lol.

Thanks everyone who can come up with some possible API calls. I can't seem to think of it.


RE: API Programming Help by Yousef on 09-11-2005 at 07:34 AM

I think you should look at the registry for some options.


RE: API Programming Help by matty on 09-11-2005 at 03:47 PM

quote:
Originally posted by Juzzi
I think you should look at the registry for some options.
Yeah wtbw and I were talking about it last night I know where it all is except the Workgroup but I am going to look at the WMI API.