Hi I am getting a probleem withWebbrowser i Windows server 2008 R2 64.
I am running a simple VBA script in order to open a remote terminal on an other computer, but keeps getting the message:
A website is trying to start a remote connection.
This is very annoying and giving much trouble in the organisation,
anybody having a solution ??
The script in question looks like this:
Private Sub CommandButton1_Click()
Dim strLen As Long
Dim Bruger As Variant
Bruger = LoggedInUser()
WebBrowser1.Navigate ("F:\dynamics\html\Test.html?Domain=HVSRO&Server=xx.xxx.xx.xxx&UserName:s:&Bruger&Pass=")
CommandButton1.Font.Bold = True
CommandButton4.Font.Bold = False
CommandButton3.Font.Bold = False
End Sub
Thanks