Desktop Functions: Smart Device Functions:
|
C# Signature:
[DllImport("wininet.dll", SetLastError=true)] VB Signature:
Public Declare Function InternetAttemptConnect Lib "wininet" (Optional ByVal dwReserved As Long = 0) As Long Notes:If the computer is already connected, the function may hang. Tips & Tricks:Please add some! Sample Code:
' This function tries to connect to the internet. If it works, it returns True, Alternative Managed API:Do you know one? Please contribute it! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).
|
|