VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

This Code Will Allow You To Launch a Webpage With 1 Textbox & 1 Command Button Only 2 Lines Of Code

George Scott  (12 Submissions)   Internet/HTML   VB 6.0   Unknown Difficulty   Mon 20th October 2003   Mon 8th February 2021

This Code Will Allow You To Launch a Webpage With 1 Textbox & 1 Command Button Only 2 Lines Of Code

API Declarations


Private 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

Rate This Code Will Allow You To Launch a Webpage With 1 Textbox & 1 Command Button Only 2 Lines Of Code (1(1 Vote))
This Code Will Allow You To Launch a Webpage With 1 Textbox & 1 Command Button Only 2 Lines Of Code.bas

This Code Will Allow You To Launch a Webpage With 1 Textbox & 1 Command Button Only 2 Lines Of Code Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters