Hello,
A customer ask me to integrate a Html file in the right size of a Dialog .
How to ??
I suppose i have to use activex .
How to insert this control in a dialog (not a window) .
Thanks
Hello,
A customer ask me to integrate a Html file in the right size of a Dialog .
How to ??
I suppose i have to use activex .
How to insert this control in a dialog (not a window) .
Thanks
Antonio,
Thanks for this help, it is working .
Does this control responce on this events : ON CLICK or ON Double Click .
I want to open a HTML Editor when the user click or double click on the control .
Thanks
Jack,
Once the ActiveX is running, it is in control and we can not use oActiveX:bLClicked, double click, etc.
A solution would be to have a button close to the ActiveX and when clicked call to your HTML editor.
Another posibility is to detect the click on a <a ref> in the HTML and process the ActiveX "BeforeNavigate2" event.