Hej Ebbe
Det er ikke nødvendigt at skrive "Hjælp!" foran sine indlæg, vi er for at
hjælpe hinanden..
Du kan bruge ShellExecute API'et:
Private Const SW_SHOWNORMAL& = 1
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)
Private Sub Form_Load()
ShellExecute Me.hWnd, "open", "
http://www.dkhostmaster.dk",
vbNullString, vbNullString, SW_SHOWNORMAL
End Sub
Mvh
Flemming Christiansen
"Ebbe H. Hjorth" <cfp9859@vip.cybercity.dk> wrote in message
news:92knl8$26sj$1@news.cybercity.dk...
> Jeg skulle gerne åbne min hjemmeside i windows default browseren?
>
> Jeg må skulle åbne min browser, men hvordan får jeg den til at også åbne
min
> side??
>
> Mvh Ebbe H. Hjorth
>
> - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * -
> Ebbe H. Hjorth
> > >
www.ehh.person.dk < <
>
>