Click here to Skip to main content
15,900,815 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDialog bar buttons disabled state. Pin
shivditya16-Sep-07 23:27
shivditya16-Sep-07 23:27 
AnswerRe: Dialog bar buttons disabled state. Pin
James R. Twine17-Sep-07 3:11
James R. Twine17-Sep-07 3:11 
GeneralRe: Dialog bar buttons disabled state. Pin
shivditya17-Sep-07 17:51
shivditya17-Sep-07 17:51 
Questionerror Pin
Maynka16-Sep-07 23:22
Maynka16-Sep-07 23:22 
AnswerRe: error Pin
Programm3r17-Sep-07 1:15
Programm3r17-Sep-07 1:15 
QuestionDrop Thunderbird E-Mail into MFC Application Pin
baerten16-Sep-07 23:02
baerten16-Sep-07 23:02 
AnswerRe: Drop Thunderbird E-Mail into MFC Application Pin
_AnsHUMAN_ 16-Sep-07 23:31
_AnsHUMAN_ 16-Sep-07 23:31 
GeneralRe: Drop Thunderbird E-Mail into MFC Application Pin
baerten17-Sep-07 0:12
baerten17-Sep-07 0:12 
AnswerRe: Drop Thunderbird E-Mail into MFC Application Pin
James R. Twine17-Sep-07 3:15
James R. Twine17-Sep-07 3:15 
GeneralRe: Drop Thunderbird E-Mail into MFC Application Pin
baerten17-Sep-07 3:22
baerten17-Sep-07 3:22 
GeneralRe: Drop Thunderbird E-Mail into MFC Application Pin
James R. Twine17-Sep-07 3:43
James R. Twine17-Sep-07 3:43 
QuestionCryptAcquireContext fail Pin
sudarshan12416-Sep-07 22:15
sudarshan12416-Sep-07 22:15 
QuestionRe: CryptAcquireContext fail Pin
Mark Salsbery17-Sep-07 9:42
Mark Salsbery17-Sep-07 9:42 
Questioncan anybody tell me how to create a gantt chart in vc++ Pin
philiptabraham16-Sep-07 21:50
philiptabraham16-Sep-07 21:50 
AnswerRe: can anybody tell me how to create a gantt chart in vc++ Pin
chandu00416-Sep-07 22:02
chandu00416-Sep-07 22:02 
GeneralRe: can anybody tell me how to create a gantt chart in vc++ Pin
Cedric Moonen16-Sep-07 22:04
Cedric Moonen16-Sep-07 22:04 
GeneralRe: can anybody tell me how to create a gantt chart in vc++ Pin
chandu00416-Sep-07 22:08
chandu00416-Sep-07 22:08 
GeneralRe: can anybody tell me how to create a gantt chart in vc++ Pin
Cedric Moonen16-Sep-07 22:16
Cedric Moonen16-Sep-07 22:16 
Generalthank you. Pin
chandu00416-Sep-07 22:19
chandu00416-Sep-07 22:19 
AnswerRe: can anybody tell me how to create a gantt chart in vc++ Pin
Cedric Moonen16-Sep-07 22:06
Cedric Moonen16-Sep-07 22:06 
QuestionGetting a ('support_error_info' : attribute not found) error Pin
monsieur_jj16-Sep-07 21:15
monsieur_jj16-Sep-07 21:15 
QuestionHow to Convert WCHAR to BYTE Pin
GauranG Shah16-Sep-07 21:06
GauranG Shah16-Sep-07 21:06 
AnswerRe: How to Convert WCHAR to BYTE Pin
Roger Broomfield16-Sep-07 21:52
Roger Broomfield16-Sep-07 21:52 
Are you quite sure you need to "convert" it and not just cast it using (LPBYTE). If you are compiling with UNICODE then RegSetValueEx isexpanded to RegSetValueExW by the precompiler and the string should be UNICODE in a WCHAR*. If you are compiling without UNICODE then it is expanded to RegSetValueExA and the string, which should be ANSI in a char*, is converted to UNICODE before being stored.
GeneralRe: How to Convert WCHAR to BYTE Pin
GauranG Shah16-Sep-07 22:33
GauranG Shah16-Sep-07 22:33 
AnswerRe: How to Convert WCHAR to BYTE Pin
Michael Dunn16-Sep-07 22:28
sitebuilderMichael Dunn16-Sep-07 22: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.