WinInet
-
Is it possible to get the WinInet interface reference of a browser, IE or firefox
Regards Rajmohan
-
Is it possible to get the WinInet interface reference of a browser, IE or firefox
Regards Rajmohan
Not sure what you mean by WinInet interface for IE. But you can check out BHOs and some interface you can get from IE like
IWebBrowser2
,IHTMLDocument2
,IHTMLElement
etc.«_Superman_» I love work. It gives me something to do between weekends.
Microsoft MVP (Visual C++)
Polymorphism in C -
Not sure what you mean by WinInet interface for IE. But you can check out BHOs and some interface you can get from IE like
IWebBrowser2
,IHTMLDocument2
,IHTMLElement
etc.«_Superman_» I love work. It gives me something to do between weekends.
Microsoft MVP (Visual C++)
Polymorphism in CThank you so much for your response. Actually I was able to get the IWebrowser2 and IHTMLDocument2 for internet explorer. My aim was to get these type of helper objects to assist Firefox, Since firefox is using WinInet dll ( I was able to find with some tool) I queried about WinInet.
Regards Rajmohan