Software Archive
Read-only legacy content
17061 Discussions

Invisible Dialog Controls

hbell
Beginner
448 Views
I can't make certain dialog controls visible in my Win32 (standard Windows) application. The Date Time Picker and Month Calendar controls will show up in MS Visual Studio dialog editor but not in my compiled application. What am I missing?
0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
448 Views
How do you handle the dialog -- via DFLOGM or standard Win32 (DialogBox + DialogProc)? DFLOGM does not support these controls and even if you manage to display them, they will be probably next to unusable. On the other hand, if you have DialogProc, you should also check whether CVF Win32 headers contain the support for them (try "Find in Files" in Program Files...DFInclude searching for, say, DTM_GETSYSTEMTIME). I have the corresponding types & constants in a Fortran module, so if they're missing, please repost with your e-mail address so I can send them.

Regards

Jugoslav
0 Kudos
Reply