- Code: Select all Expand view
- pSocket := INetDGramBind( nPort , , .T. , cIP_M
pSocket := INetDGramBind( nPort , , .T. , cIP_M
#include <iostream>
#include <windows.h>
#include <wininet.h>
using namespace std;
int main(){
if(InternetCheckConnection(L"http://www.google.com",FLAG_ICC_FORCE_CONNECTION,0))
{
cout << "connected to internet";
}
return 0;
}
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 45 guests