This is the discussion forum for the HtmlEditor. See also the
HtmlEditor home page, where you can download the control, and the
Documentation Wiki, a collaborative project for documenting the control.
Re: Hide/Show window problem
Posted by:
Ghanashyam (203.200.200.---)
Date: Thursday, 29-Jul-2004, 09:07:51
I am having a similar kind of problem. I wrap an ActiveX control in c# user control and this user control is placed on a form. When the form is hidden and shown back, the ActiveX control everytime gets a WM_CREATE message, while I had expected it to get it only once. Hiding the form should not destroy the window I guess, but somehow it seems its doing that. The ActiveX control does not get a WM_DESTROY event but gets a WM_NCDESTROY event. Any clues on whats happening? and how I can resolve this?