Click here to Skip to main content
15,915,094 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: how to test algorithms for stability Pin
Bob Stanneveld27-Nov-05 22:16
Bob Stanneveld27-Nov-05 22:16 
AnswerRe: how to test algorithms for stability Pin
newsbies27-Nov-05 22:45
newsbies27-Nov-05 22:45 
GeneralRe: how to test algorithms for stability Pin
Bob Stanneveld28-Nov-05 7:29
Bob Stanneveld28-Nov-05 7:29 
QuestionAssertion failure on CPropertySheet Pin
cpp_prgmer27-Nov-05 21:04
cpp_prgmer27-Nov-05 21:04 
AnswerRe: Assertion failure on CPropertySheet Pin
Blake Miller28-Nov-05 8:12
Blake Miller28-Nov-05 8:12 
GeneralRe: Assertion failure on CPropertySheet Pin
cpp_prgmer29-Nov-05 23:50
cpp_prgmer29-Nov-05 23:50 
GeneralRe: Assertion failure on CPropertySheet Pin
cpp_prgmer22-Jan-06 19:09
cpp_prgmer22-Jan-06 19:09 
GeneralRe: Assertion failure on CPropertySheet Pin
Blake Miller23-Jan-06 6:04
Blake Miller23-Jan-06 6:04 
In order to use common controls on a dialog box, you need to call InitCommonControlsEx or AFXInitCommonControls before you create the dialog box.

Make sure you do this in your main property sheet before any of the dialogs with the comon controls are created.

Ask someone who has a machine that crashes to verify the DLL containing the date-time picker is the same version as the one you have. If it is not, then you will have to make sure the correct version is on a system prior to running your program or prior to activiating the property pages with the date-time pickers on them. This might explain why you don't see the crash, and why anyone who builds it does not either.


People that start writing code immediately are programmers (or hackers), people that ask questions first are Software Engineers - Graham Shanks
QuestionPlease Help me............. Pin
thelip200527-Nov-05 19:34
thelip200527-Nov-05 19:34 
AnswerRe: Please Help me............. Pin
Calc2027-Nov-05 21:00
Calc2027-Nov-05 21:00 
AnswerRe: Please Help me............. Pin
Marc Soleda27-Nov-05 23:59
Marc Soleda27-Nov-05 23:59 
AnswerRe: Please Help me............. Pin
ThatsAlok29-Nov-05 1:59
ThatsAlok29-Nov-05 1:59 
QuestionReceiving events from an iframe in a CDHtmlDialog Pin
Florian Schaper27-Nov-05 19:17
Florian Schaper27-Nov-05 19:17 
Questionprint an MS-Access table Pin
Ankush Mehta27-Nov-05 19:13
Ankush Mehta27-Nov-05 19:13 
AnswerRe: print an MS-Access table Pin
vikas amin27-Nov-05 23:27
vikas amin27-Nov-05 23:27 
AnswerRe: print an MS-Access table Pin
Ankush Mehta27-Nov-05 23:38
Ankush Mehta27-Nov-05 23:38 
AnswerRe: print an MS-Access table Pin
S Douglas28-Nov-05 19:36
professionalS Douglas28-Nov-05 19:36 
AnswerRe: print an MS-Access table Pin
Ankush Mehta28-Nov-05 21:34
Ankush Mehta28-Nov-05 21:34 
GeneralRe: print an MS-Access table Pin
S Douglas28-Nov-05 21:59
professionalS Douglas28-Nov-05 21:59 
GeneralRe: print an MS-Access table Pin
Ankush Mehta28-Nov-05 22:51
Ankush Mehta28-Nov-05 22:51 
GeneralRe: print an MS-Access table Pin
S Douglas28-Nov-05 23:45
professionalS Douglas28-Nov-05 23:45 
QuestionProblem in getting TooTip from ToolBar Pin
rajan.msmy27-Nov-05 18:49
rajan.msmy27-Nov-05 18:49 
QuestionGetProcAddress Problems :( Pin
Bobamagoo27-Nov-05 18:01
Bobamagoo27-Nov-05 18:01 
AnswerRe: GetProcAddress Problems :( Pin
sunit527-Nov-05 18:55
sunit527-Nov-05 18:55 
GeneralRe: GetProcAddress Problems :( Pin
Bobamagoo27-Nov-05 19:28
Bobamagoo27-Nov-05 19:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.