http://bbs.vbstreets.ru/viewtopic.php?t=16243&highlight=shell+httpКуда делись VB и VB для новичков!? Убью!
Public 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
Dim sCommand As String
Private Sub lblLink_Click()
sCommand = "www.vbstreets.ru"
ShellExecute Me.hwnd, "Open", sCommand, vbNullString, vbNullString, vbNormalFocus
End Sub
Amed писал(а):http://bbs.vbstreets.ru/viewtopic.php?t=16243&highlight=shell+httpКуда делись VB и VB для новичков!? Убью!
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 119