[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] Setting the ppDispId param in an OleControl
|
Hello all,
I am trying to alter the behavior of my IE ActiveX control by making all
new pop up windows fall under my application's control. I have succesfully
stopped the NEWWINDOW2 event and that works great, however in some
circumstances I want a new window (one of mine) to come up when a NEWWINDOW2
event is received. According to MSDN, to do this I have to set the ppDispId
parameter of the OleEvent to my new window's handle. I guess the real
question is not how to set the ppDispId but how to get the ppDispId of the
OleFrame that I am using to house the IE ActiveX Control. I have seen
similar posts in the old eclipse.tools forum but no one has answered.
Any help is greatly appreciated!
Thanks
Dave