- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Regards
Jugoslav

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page