- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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?
コピーされたリンク
1 返信
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
