Hi...
I'm working on a program in VB6 that is using winsock. The program connects my computer to a device via a WIFI AdHoc connection. This all works fine. The problem is...if you are NOT connected to this correct AdHoc network the program crashes. How can I tell, using VB6, where I am currently connected?
My "device" IP is hard-coded at 192.168.10.100, so I have RemoteHost set to 192.168.10.100, RemotePort needs to be 10002, and LocalPort = 0.
I guess what I'm looking for is the SSID that I'm currently connected to.
Ideas?




Reply With Quote