The project we are developing is a OLE in-place editing server application, and the documents managed by Internet Explorer as a container ,it works fine with IE6, but in IE7, some errors.
The SPY++ utility lists the window handles,the top container's classname in IE7 is "IEFrame", under it are the windows with a classname of TabWindowClass, in IE6 this is only one container with classname "IEFrame",
In IE7, our application use the TabWindowClass as a container, I want to know how can I do to get the top window
"IEFrame" as our application's container instande of "TabWindowClass"?
Thanks.
__________________
WinXP + SP2 + IE7