VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Start Internet Explorer and goes to an URL.

mainframe  (4 Submissions)   Internet/HTML   Visual Basic 5.0   Unknown Difficulty   Wed 4th July 2001   Mon 8th February 2021

Start Internet Explorer and goes to an URL.

API Declarations


Public Const MIIM_TYPE = &H10
Public Const MFT_STRING = &H0&
Declare Function ShellExecute Lib "shell32.dll" _
Alias "ShellExecuteA" ( _
ByVal hwnd As Long, _
ByVal lpOperation As String, _
ByVal lpFile As String, ByVal lpParameters As String, _
ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long

Public Const SW_SHOWNORMAL As Long = 1
Public Const SW_SHOWMAXIMIZED As Long = 3
Public Const SW_SHOWDEFAULT As Long = 10

Rate Start Internet Explorer and goes to an URL. (1(1 Vote))
Start Internet Explorer and goes to an URL..bas

Start Internet Explorer and goes to an URL. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters