Har inte haft problem tidigare men nu har jag problem:Öppnar InternetExplorer ifrån kod.
<code>
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 conSwNormal = 1
strURL = Trim("http://127.0.0.1" & Tecken(frMultiLanguage.StatusBar1.Panels(1).Text) & "/" & frMultiLanguage.File1.FileName)
ShellExecute hwnd, "open", strURL, vbNullString, vbNullString, conSwNormal
</code>
Jag får ett error vid: hwnd
Det är tydligen någonting som jag har glömt men vad???