Software Archive
Read-only legacy content
17061 ディスカッション

Invisible Dialog Controls

hbell
ビギナー
461件の閲覧回数
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 件の賞賛
1 返信
Jugoslav_Dujic
高評価コントリビューター II
461件の閲覧回数
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
返信