This method connects to the specified URL.

[Visual Basic] Public Function Internet(ByVal hWnd As IntPtr, ByVal url As String) As Boolean
[C#] public bool Internet(IntPtr hWnd, string url);

Parameters

hWnd
The window handle
url
The url

Return Value

Returns true if successfull, otherwise returns false.

Explanation

The Internet method connects to the specified URL.

Also See

PasswordProtect Members | Newtone.ProtectKit.Win.PasswordProtect