Hi,
I have written a C++ application using Visual Studio.NET. I created a docking window off of the frame window by deriving a class from CControlBar. There is a dialog with a tab control on the this docking window.
Now for the problem, one of the tab controls has a cwnumedit control on it, if another dialog passes over the cwnumedit control (i.e. moving a dialog across the screen), the cwnumedit control disappears and doesn't come back until you force windows to update it (by changing tabs or something). A regular windows textbox on the same tab control doesn't do this. Any ideas why the cwnumedit control disappears?