P
Pat Mac
Ok, I'm stumped. I'm working with the axWebBrowser control and all of the
samples talk about adding a reference to the MSHTML library. I have the
..dll in my \windows\system32 directory, but when I'm trying to add the
reference to my VB.Net application I keep getting a "namespace or type
'mshtml' for Imports 'mshtml' cannot be found."
The code looks like:
Imports System
Imports Mshtml
Public Class Form1
....
End Class
Any help on how I can force a reference to this library into Visual Studio??
samples talk about adding a reference to the MSHTML library. I have the
..dll in my \windows\system32 directory, but when I'm trying to add the
reference to my VB.Net application I keep getting a "namespace or type
'mshtml' for Imports 'mshtml' cannot be found."
The code looks like:
Imports System
Imports Mshtml
Public Class Form1
....
End Class
Any help on how I can force a reference to this library into Visual Studio??