Question Control Toolbox - Microsoft internet Controls

ebbo

Registered User.
Local time
Today, 15:48
Joined
Sep 2, 2009
Messages
30
You should be able to insert a Microsoft Internet Access control via Insert ActiveX control.

David
 
You should be able to insert a Microsoft Internet Access control via Insert ActiveX control.

David

Can you show me the steps?

If I do Insert > ActiveX Control I do not see it on the list (see image)

I have also tried(in access) doing
Tools > ActiveX Controls > Register > shdocvw.dll

But I get the error:
C:\Windows\System32\shdocvw.dll was unable to add/remove itself from your system. Install/Remove the control using a separate setup utility
 

Attachments

  • ms_inet_access_control.JPG
    ms_inet_access_control.JPG
    30.3 KB · Views: 136
And to navigate using that browser, the code (which doesn't come up on intellisense, at least for me) as an example is:

Me.WebBrowserControlNameHere.Navigate2 ("http://www.microsoft.com")
 

Users who are viewing this thread

Back
Top Bottom