Hi,
I want to connect my smartphone with my VB6-Windows-Desktop-Application to send a status from the smartphone to the pc.
With ServerSocket and AsyncStreams there are no proplems when I use the WLAN.
Without a WLAN it doesn't work because my smartphone has no own ip.
A other (indirect) way is the librarie "HttpJob" to send a post-request to a php5-Script on a internet-web-server which includs "socket_create" and "socket_connect" and which can directly connect to my windows-desktop-app. This works.
But is there a way to connect the smartphone directly with my desktop-app to send a string from a smartphonewithout an own ip-adress ?
Regards
Michael
I want to connect my smartphone with my VB6-Windows-Desktop-Application to send a status from the smartphone to the pc.
With ServerSocket and AsyncStreams there are no proplems when I use the WLAN.
Without a WLAN it doesn't work because my smartphone has no own ip.
A other (indirect) way is the librarie "HttpJob" to send a post-request to a php5-Script on a internet-web-server which includs "socket_create" and "socket_connect" and which can directly connect to my windows-desktop-app. This works.
But is there a way to connect the smartphone directly with my desktop-app to send a string from a smartphonewithout an own ip-adress ?
Regards
Michael