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 » Skinned CWinApp:OnFileOpen Collapse All
Subject Author Date
calibra Nov 25, 2021 - 2:33 AM

Hello,
I have been using ProfUIS for several years now but unfortunately I have not yet managed to change the appearance of the CFileDialog and the CWinApp::Onfileopen and save dialogs.

I just looked at the ProfUIS Controls sample but I can’t find the right way. What am I doing wrong?

Thanks and greetings
calibra

calibra Nov 25, 2021 - 4:37 AM

Error by myself...
"Someone" replaces the DocManager.

After adding

ASSERT(m_pDocManager == NULL);
m_pDocManager = new CExtDMFP < CDocManager >;

it works.

Now i only need to know how to change the initialdir .