Advertisement

1 - 6 of 6 containing alltags:("internetopen") (0 seconds)
I am using a liveupdate routine to download liveupdates for my FoxPro Desktop application. I connect to the internet using InternetOpen. In case the user has proxy, I am using InternetConnect. H...
Zones: FoxProDate Answered: 07/26/2005 Grade: A Views: 75
Here is the code:          hInternet=InternetOpen("MyProgram",INTERNET_OPEN_TYPE_PRECONFIG,NULL,NULL,INTERNET_FLAG_ASYNC); if (hInternet==NULL) MessageBox (hwnd,"InternetOpen", "Error",MB_OK); ...
Zones: Windows ProgrammingDate Answered: 08/28/2000 Grade: A Views: 63
I am using the WinINet call OpenInternet to fetch a web page from a site.  The following code works perfectly on all machines: hSession = InternetOpen(internetUserAgent, INTERNET_OPEN_TYPE_PROXY...
Zones: C++Date Answered: 11/02/2006 Grade: A Views: 0
Hi I am totally new in using windows internet WinInet in C# application. I had used webhttp request earlier. I was trying a very simple piece of code to start with and I am stuck at very first ...
Zones: C#Date Answered: 09/13/2007 Grade: B Views: 33
In my programme,I want ot donwload file from Internet.I use InternetOpen with parameter INTERNET_FLAG_ASYNC,in order to make an asynchronous call. hSession := InternetOpen('http-get-demo',     ...
Zones: Delphi ProgrammingDate Answered: 10/26/2004 Grade: A Views: 23
I have a windows service that uses the LocalAdmin account for authentication.  It generates HTTPS (SSL) requests every 24 hours to verify/validate license information. It currently uses INTERNET...
Zones: C++Date Answered: 11/29/2006 Grade: A Views: 38
  • 1