VB and Network cards' IP - 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: VB and Network cards' IP (/showthread.php?tid=71363) VB and Network cards' IP by ryxdp on 02-04-2007 at 05:23 AM
I work with Visual Basic 2005 Express Edition, and I've been wondering, is there is a way to return the Network Card's IP address? Example: RE: VB and Network cards' IP by davidpolitis on 02-04-2007 at 08:48 AM
Steps: RE: VB and Network cards' IP by ryxdp on 02-04-2007 at 10:35 AM Thanks, it worked RE: VB and Network cards' IP by davidpolitis on 02-04-2007 at 10:36 AM
Cool. Took me ages to find that, but I wanted to know how to do it anyway RE: VB and Network cards' IP by CookieRevised on 02-04-2007 at 03:59 PM
quote:It is very easy to do this using WMI and NDIS... http://msdn2.microsoft.com/en-us/library/ms895622.aspx http://msdn2.microsoft.com/en-us/library/ms901469.aspx Also, google is your friend (as always), so search first (with the proper logic keywords): http://www.google.be/search?q=VB+wifi+signal+strength Example code can be found in many places, eg like: http://www.planet-source-code.com/vb/scripts/Show...eId=2234&lngWId=10 ------ PS: VB (both 6 and .NET) can do virtually anything any other exe can do, you don't need external exe's for anything, as long as you know how it is coded of course; a good example is (un)zipping which can be done perfectly within VB provided you know how ZIPs work and are (un)packed). RE: VB and Network cards' IP by ryxdp on 02-05-2007 at 05:53 AM
Thanks vbnet code:And so on... (They are .icos, I will convert them to .pngs and hope PictureBoxes support .png transparency ) |