Link to home
Start Free TrialLog in
Avatar of dib
dib

asked on

OnInitDialog is not called in WinCE!

VC++5.0
WinCE toolkit
x86 emulation

Hi,
I wrote a class derived from CFileDialog.
The problem: the OnInitDialog() method is not called druring the DoModal() call.
I tried the same code within a Win32 app and my overridden OnInitDialog() is called!!!
Please help!
Regards dib.
Avatar of dib
dib

ASKER

Edited text of question
Use Spy++ to see if the WM_INITDIALOG message is sent.
ASKER CERTIFIED SOLUTION
Avatar of plebel
plebel

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial