I have an MFC based application in which I wanted to replace
CFileDialog invocations by calls to GetOpenFileName or
GetSaveFileName. When I test on emulators (PPC2003 on eVC4 and
WinMobile 6 on Vis Studio 2005) everything works fine, but on devices
things are not as they should. When I use GetOpenFileName I get a file
dialog, but I get an extra title bar. This results in the file dialog
information being shifted down so that the Open and Cancel buttons are
partially hidden by soft keyboard. By extra title bar I mean that
there is dialog title on the task bar, but also there is another
dialog title in a blue band just below taskbar. So far I have not
found any way to get rid of it. Can anyone point me at the right
solution?

Thanks,
Henryk Birecki