Click here to Skip to main content
15,907,000 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionEditing the labels Pin
ratprita19-Oct-09 18:57
ratprita19-Oct-09 18:57 
AnswerRe: Editing the labels Pin
theCPkid19-Oct-09 19:10
theCPkid19-Oct-09 19:10 
GeneralRe: Editing the labels Pin
ratprita19-Oct-09 19:11
ratprita19-Oct-09 19:11 
GeneralRe: Editing the labels Pin
theCPkid19-Oct-09 19:22
theCPkid19-Oct-09 19:22 
GeneralRe: Editing the labels Pin
ratprita19-Oct-09 19:30
ratprita19-Oct-09 19:30 
GeneralRe: Editing the labels Pin
theCPkid19-Oct-09 19:44
theCPkid19-Oct-09 19:44 
GeneralRe: Editing the labels Pin
ratprita19-Oct-09 20:17
ratprita19-Oct-09 20:17 
Questioncheck if type is defined using preprocessor? Pin
Sauce!19-Oct-09 18:37
Sauce!19-Oct-09 18:37 
I enjoy using types such as UINT as an alternative to unsigned int, which is all well and good if I have windows code in my project, however I have to manually define this in other projects that dont use any windows code. what I'd like to know is if it's possible to do something along the lines of the following...

#ifdef UINT
typedef UINT unsigned int;
#endif


I have a feeling that code doesn't do what I want, so I'm asking, does it, or doesn't it?
AnswerRe: check if type is defined using preprocessor? Pin
Rajesh R Subramanian19-Oct-09 18:50
professionalRajesh R Subramanian19-Oct-09 18:50 
GeneralRe: check if type is defined using preprocessor? Pin
Sauce!19-Oct-09 19:00
Sauce!19-Oct-09 19:00 
QuestionNeed help for CStdioFile or CFile Pin
Nicholas Amh19-Oct-09 16:29
Nicholas Amh19-Oct-09 16:29 
AnswerRe: Need help for CStdioFile or CFile Pin
«_Superman_»19-Oct-09 16:39
professional«_Superman_»19-Oct-09 16:39 
GeneralRe: Need help for CStdioFile or CFile Pin
Nicholas Amh19-Oct-09 17:10
Nicholas Amh19-Oct-09 17:10 
GeneralRe: Need help for CStdioFile or CFile Pin
Iain Clarke, Warrior Programmer19-Oct-09 23:08
Iain Clarke, Warrior Programmer19-Oct-09 23:08 
GeneralRe: Need help for CStdioFile or CFile Pin
Nicholas Amh19-Oct-09 23:39
Nicholas Amh19-Oct-09 23:39 
QuestionDarken Windows Desktop and draw normal brightness moveable rectangle [modified] Pin
Neville Franks19-Oct-09 13:06
Neville Franks19-Oct-09 13:06 
AnswerRe: Darken Windows Desktop and draw normal brightness moveable rectangle [modified] Pin
Adam Roderick J19-Oct-09 17:50
Adam Roderick J19-Oct-09 17:50 
GeneralRe: Darken Windows Desktop and draw normal brightness moveable rectangle Pin
Neville Franks19-Oct-09 23:48
Neville Franks19-Oct-09 23:48 
AnswerRe: Darken Windows Desktop and draw normal brightness moveable rectangle Pin
Naveen19-Oct-09 18:20
Naveen19-Oct-09 18:20 
GeneralRe: Darken Windows Desktop and draw normal brightness moveable rectangle Pin
Neville Franks19-Oct-09 23:50
Neville Franks19-Oct-09 23:50 
AnswerRe: Darken Windows Desktop and draw normal brightness moveable rectangle Pin
Iain Clarke, Warrior Programmer19-Oct-09 23:05
Iain Clarke, Warrior Programmer19-Oct-09 23:05 
GeneralRe: Darken Windows Desktop and draw normal brightness moveable rectangle Pin
Neville Franks19-Oct-09 23:51
Neville Franks19-Oct-09 23:51 
QuestionSetWindowsHookEx to modify GetSaveFileName Pin
Patcher3219-Oct-09 9:49
Patcher3219-Oct-09 9:49 
AnswerRe: SetWindowsHookEx to modify GetSaveFileName Pin
Richard MacCutchan19-Oct-09 12:00
mveRichard MacCutchan19-Oct-09 12:00 
Questionerror C2955: use of class template requires template argument list in C++/MFC [modified] Pin
mfc doubt19-Oct-09 8:58
mfc doubt19-Oct-09 8:58 

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.