Click here to Skip to main content
15,891,810 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
Questionwant to add a hyperlink on a dialog box as a text Pin
Dhiraj kumar Saini16-Sep-07 20:40
Dhiraj kumar Saini16-Sep-07 20:40 
AnswerRe: want to add a hyperlink on a dialog box as a text Pin
baerten16-Sep-07 21:03
baerten16-Sep-07 21:03 
AnswerRe: want to add a hyperlink on a dialog box as a text Pin
Hamid_RT16-Sep-07 22:02
Hamid_RT16-Sep-07 22:02 
AnswerRe: want to add a hyperlink on a dialog box as a text Pin
Michael Dunn16-Sep-07 22:30
sitebuilderMichael Dunn16-Sep-07 22:30 
Questionhow to open Internet Explorer on click of a menu item in a dialog based mfc app Pin
Dhiraj kumar Saini16-Sep-07 20:36
Dhiraj kumar Saini16-Sep-07 20:36 
AnswerRe: how to open Internet Explorer on click of a menu item in a dialog based mfc app Pin
baerten16-Sep-07 21:01
baerten16-Sep-07 21:01 
GeneralRe: how to open Internet Explorer on click of a menu item in a dialog based mfc app Pin
Dhiraj kumar Saini16-Sep-07 21:13
Dhiraj kumar Saini16-Sep-07 21:13 
AnswerRe: how to open Internet Explorer on click of a menu item in a dialog based mfc app Pin
GauranG Shah16-Sep-07 21:24
GauranG Shah16-Sep-07 21:24 
GeneralRe: how to open Internet Explorer on click of a menu item in a dialog based mfc app Pin
Iain Clarke, Warrior Programmer17-Sep-07 2:55
Iain Clarke, Warrior Programmer17-Sep-07 2:55 
Questionstruct definition Pin
Waldermort16-Sep-07 20:03
Waldermort16-Sep-07 20:03 
AnswerRe: struct definition Pin
Michael Dunn16-Sep-07 20:20
sitebuilderMichael Dunn16-Sep-07 20:20 
GeneralRe: struct definition Pin
Waldermort17-Sep-07 2:03
Waldermort17-Sep-07 2:03 
GeneralRe: struct definition Pin
Iain Clarke, Warrior Programmer17-Sep-07 4:20
Iain Clarke, Warrior Programmer17-Sep-07 4:20 
AnswerRe: struct definition Pin
Randor 16-Sep-07 21:58
professional Randor 16-Sep-07 21:58 
Questionhelp Pin
john563216-Sep-07 19:50
john563216-Sep-07 19:50 

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.