Click here to Skip to main content
16,005,491 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: highlight list control sub item Pin
champ238-Oct-07 2:19
champ238-Oct-07 2:19 
AnswerRe: highlight list control sub item Pin
chandu0048-Oct-07 2:35
chandu0048-Oct-07 2:35 
GeneralRe: highlight list control sub item Pin
champ238-Oct-07 3:03
champ238-Oct-07 3:03 
AnswerRe: highlight list control sub item Pin
Iain Clarke, Warrior Programmer8-Oct-07 6:36
Iain Clarke, Warrior Programmer8-Oct-07 6:36 
QuestionHow to use #pragma warning? Pin
bosfan8-Oct-07 1:54
bosfan8-Oct-07 1:54 
AnswerRe: How to use #pragma warning? Pin
Nelek8-Oct-07 2:01
protectorNelek8-Oct-07 2:01 
GeneralRe: How to use #pragma warning? Pin
David Crow8-Oct-07 3:32
David Crow8-Oct-07 3:32 
AnswerRe: How to use #pragma warning? Pin
Cedric Moonen8-Oct-07 2:06
Cedric Moonen8-Oct-07 2:06 
This works for the current compilation unit only. That means it will disable the warnings only for the files that 'see' this pragma (if you put it in a header file, it will only work for the files that inlcude this header).
Either put it in your stdafx file or in the project properties (there is an option to disable specific warnings).


Cédric Moonen
Software developer

Charting control [v1.2]

GeneralRe: How to use #pragma warning? Pin
bosfan8-Oct-07 2:10
bosfan8-Oct-07 2:10 
QuestionReading out a C source file Pin
timodc8-Oct-07 1:52
timodc8-Oct-07 1:52 
AnswerRe: Reading out a C source file Pin
chandu0048-Oct-07 2:07
chandu0048-Oct-07 2:07 
AnswerRe: Reading out a C source file Pin
toxcct8-Oct-07 3:05
toxcct8-Oct-07 3:05 
AnswerRe: Reading out a C source file Pin
David Crow8-Oct-07 3:43
David Crow8-Oct-07 3:43 
QuestionVK_BACK is not working on IE 7.0 Pin
ShilpiP8-Oct-07 1:22
ShilpiP8-Oct-07 1:22 
QuestionProblems with creating very big images Pin
Rassul Yunussov8-Oct-07 1:20
Rassul Yunussov8-Oct-07 1:20 
AnswerRe: Problems with creating very big images Pin
Hamid_RT8-Oct-07 1:35
Hamid_RT8-Oct-07 1:35 
GeneralRe: Problems with creating very big images Pin
Rassul Yunussov8-Oct-07 1:43
Rassul Yunussov8-Oct-07 1:43 
GeneralRe: Problems with creating very big images Pin
Hamid_RT8-Oct-07 2:47
Hamid_RT8-Oct-07 2:47 
AnswerRe: Problems with creating very big images Pin
Mark Salsbery8-Oct-07 7:12
Mark Salsbery8-Oct-07 7:12 
Questioncan anybody help me in solving my problem with connecting to the database Pin
philiptabraham8-Oct-07 0:49
philiptabraham8-Oct-07 0:49 
AnswerRe: can anybody help me in solving my problem with connecting to the database Pin
chandu0048-Oct-07 0:59
chandu0048-Oct-07 0:59 
AnswerRe: can anybody help me in solving my problem with connecting to the database Pin
Hamid_RT8-Oct-07 1:08
Hamid_RT8-Oct-07 1:08 
AnswerRe: can anybody help me in solving my problem with connecting to the database Pin
David Crow8-Oct-07 3:47
David Crow8-Oct-07 3:47 
Questionunion and struct Pin
KASR17-Oct-07 23:47
KASR17-Oct-07 23:47 
AnswerRe: union and struct Pin
Maxwell Chen8-Oct-07 0:11
Maxwell Chen8-Oct-07 0:11 

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.