Re: Interfacing with IE
- Posted by martin.stachon at worldonline.cz Jun 20, 2001
- 367 views
----- Original Message ----- From: Matthew Lewis <matthewwalkerlewis at YAHOO.COM> Subject: RE: Interfacing with IE > > -----Original Message----- > > From: martin.stachon at worldonline.cz > > > please can somebody tell me how is done interfacing > > with Internet Explorer ? > > In our own program you can have a 'control' which is > > viewed by IE. I think this is done with ActiveX. > > > > I need this for viewing HTML e-mails in my Email client. > > Correct. Much (non-html) interfacing is done through ActiveX controls. > However, some controls you see in a page are parts of forms (buttons, text > boxes, etc). I don't know how IE (or other browsers) handle this. > > To see if it's ActiveX you're dealing with, look for javascript (or > vbscript) that calls something like CreateObject, along with either a file > with an .ocx extension or a GUID > (XXXXXXXX-XXXX-XXXX-XXXXXXXX). > > Matt Lewis > I am not sure if you understood me. I thought having control in my window in my win32lib program, which is viewed by IE (so I need not to write HTML parsing Something like grid.exw Martin