Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 619 Bytes

File metadata and controls

25 lines (16 loc) · 619 Bytes

Home

Another way to go online (it is not about choosing an ISP)

Code:

DECLARE INTEGER InternetGoOnline IN wininet;
	STRING  lpszURL, INTEGER hwndParent,;
	INTEGER dwReserved

? InternetGoOnline ("http://www.microsoft.com", 0, 0)  

Listed functions:

InternetGoOnline

Comment:

If you are in offline mode, this code prompts you for a permission to go online.

If you are online, it is not necessarily that this code forwards you to the selected URL.