How to make an Incomming connection
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
In WinXp/2k (using c/c++) is it possible to setup an Incomming Connection and delete at a later date, to allow a mobile device to connect to the PC. I know it is possible via the Network Connections properties, but I need to do it in code, as the program should only allow incomming connections at certain points in the program. (See http://www.microsoft.com/windowsxp/home/using/productdoc/en/default.asp?url=/windowsxp/home/using/productdoc/en/howto_conn_direct.asp[^] for more info). Any help atall would be nice.