Microsoft Internet Controls: .net replacement ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using Microsoft Internet Controls (com dll) to open up a web browser
with the address bar hidden and maximised. Is there a way I can do this with
the .net framework ?

Thanks,
Craig
 
Craig,

you can use the com dll out of .net via com interop. .net will build a rcw
(Runtime Callable Wrapper) for you, so that you can use it as if it were a
managed component.

Michael
 
I was planning to do that if the .net framework didn't have this
functionality. But I wanted to find out if I could do that by just using the
..net framework and not having to rely on interop.
 
no, .net does not come with a ie control... so you'll have to use interop
(frustrating ;) )
 
Back
Top