home *** CD-ROM | disk | FTP | other *** search
- Attribute VB_Name = "Internetlink"
- Option Explicit
-
- ' InternetlΣnkar
-
- 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
-
- Private Const SW_SHOWNORMAL = 1
-
-