Click here to Skip to main content
15,911,315 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How do you get a dialog to respond to a key down message? Pin
Hamid_RT21-Sep-06 8:15
Hamid_RT21-Sep-06 8:15 
QuestionWhat is the notification code that gets sent when a scrollbar event occurs? Pin
skyapie20-Sep-06 22:11
skyapie20-Sep-06 22:11 
AnswerRe: What is the notification code that gets sent when a scrollbar event occurs? Pin
Rinu_Raj20-Sep-06 22:40
Rinu_Raj20-Sep-06 22:40 
GeneralRe: What is the notification code that gets sent when a scrollbar event occurs? Pin
skyapie21-Sep-06 0:03
skyapie21-Sep-06 0:03 
AnswerRe: What is the notification code that gets sent when a scrollbar event occurs? Pin
prasad_som20-Sep-06 22:46
prasad_som20-Sep-06 22:46 
Questionwarning C4100 : how to get rid of it if issued by an included header ? Pin
Jerome Conus20-Sep-06 21:37
Jerome Conus20-Sep-06 21:37 
AnswerRe: warning C4100 : how to get rid of it if issued by an included header ? Pin
toxcct20-Sep-06 21:45
toxcct20-Sep-06 21:45 
AnswerRe: warning C4100 : how to get rid of it if issued by an included header ? Pin
Rinu_Raj20-Sep-06 21:45
Rinu_Raj20-Sep-06 21:45 
You just want to disable th ewarning right use #pragma

#pragma warning( disable: 4100 )

Is that not working ???

Rinu Raj
AnswerRe: warning C4100 : how to get rid of it if issued by an included header ? Pin
Cedric Moonen20-Sep-06 22:02
Cedric Moonen20-Sep-06 22:02 
GeneralRe: warning C4100 : how to get rid of it if issued by an included header ? Pin
toxcct20-Sep-06 22:09
toxcct20-Sep-06 22:09 
GeneralRe: warning C4100 : how to get rid of it if issued by an included header ? Pin
Cedric Moonen20-Sep-06 22:12
Cedric Moonen20-Sep-06 22:12 
QuestionChanging the default color of splitter bar? Pin
kiranin20-Sep-06 21:09
kiranin20-Sep-06 21:09 
AnswerRe: Changing the default color of splitter bar? Pin
Hamid_RT28-Sep-06 9:40
Hamid_RT28-Sep-06 9:40 
GeneralRe: Changing the default color of splitter bar? Pin
kiranin29-Sep-06 1:41
kiranin29-Sep-06 1:41 
QuestionWrite Formated Data to STL-String Pin
Mr.Brainley20-Sep-06 21:01
Mr.Brainley20-Sep-06 21:01 
AnswerRe: Write Formated Data to STL-String Pin
Mr.Brainley20-Sep-06 21:50
Mr.Brainley20-Sep-06 21:50 
AnswerRe: Write Formated Data to STL-String Pin
Rob Caldecott20-Sep-06 22:34
Rob Caldecott20-Sep-06 22:34 
Questionmouse click Pin
viliam20-Sep-06 20:23
viliam20-Sep-06 20:23 
AnswerRe: mouse click Pin
Christian Graus20-Sep-06 20:26
protectorChristian Graus20-Sep-06 20:26 
GeneralRe: mouse click Pin
viliam20-Sep-06 20:32
viliam20-Sep-06 20:32 
GeneralRe: mouse click Pin
Christian Graus20-Sep-06 20:34
protectorChristian Graus20-Sep-06 20:34 
AnswerRe: mouse click Pin
Nibu babu thomas20-Sep-06 20:28
Nibu babu thomas20-Sep-06 20:28 
QuestionConverting : String to Unicode Pin
Mohammad Rastkar20-Sep-06 19:46
Mohammad Rastkar20-Sep-06 19:46 
AnswerRe: Converting : String to Unicode Pin
Nibu babu thomas20-Sep-06 19:51
Nibu babu thomas20-Sep-06 19:51 
QuestionNice answer, But ... Pin
Mohammad Rastkar20-Sep-06 20:21
Mohammad Rastkar20-Sep-06 20:21 

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.