Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » Tabcontrol CExtTabWnd is not painted on Resizing Collapse All
Subject Author Date
rajneesh May 6, 2003 - 7:19 AM

Hi,
Whenever i ma resizing my Atl Control ,the tab window that i have created using CExtTabWnd is not painted. But when i move mouse over scroll,it got painted.

What should i have to do

Regards,
Rajneesh

Customer Support Team May 6, 2003 - 9:39 AM

Dear Rajneesh,

You cannot use MFC-extension DLLs (like Prof-UIS) in other DLLs. The DLLs in question should only be used in EXE programs which, in turn, should also be based on MFC.

The solution we can suggest you is to include some of the Prof-UIS source files directly into your ATL project (e.g. ExtTabWnd.*, ExtPaintManager.*). But, in this case, you have to modify those files, i.e. to remove dependency of other library sources.

If you encounter any problems, we can make a test ATL project with the modified version of the tab window inside. BUT PLEASE NOTE: THIS PROJECT WILL NOT USE PROF-UIS DLL.