Using MSHTML in our application.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sujoan

    #1

    Using MSHTML in our application.

    Hi all..
    I generated SHDocVw.dll and MSHTML.dll using aximp and tlbimp
    commands in the folder i created my application.But when i used it in
    my application like
    using SHDocVw;using MSHTML;
    and tried to use the IHTMLDocument2 interface, Igot a error like this:
    E:\Project X Semester\BHO\Sa mple Projects\Sample _BHO\BHO.cs(12) : The
    type or namespace name 'MSHTML' could not be found (are you missing a
    using directive or an assembly reference?)

    Pls help me in this regard..Only then i will be able to continue with
    my project..

    With Regards,
    Sujoan.

  • Yury

    #2
    Re: Using MSHTML in our application.

    As I understood you forgot to add references to that dll's. Place them
    in project's folder is not enough.

    Comment

    Working...