Click here to Skip to main content
16,006,594 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How do i keep colors from changing in resource editor? Pin
James R. Twine17-Jun-02 11:40
James R. Twine17-Jun-02 11:40 
GeneralRe: How do i keep colors from changing in resource editor? Pin
redeemer17-Jun-02 11:57
redeemer17-Jun-02 11:57 
GeneralRe: How do i keep colors from changing in resource editor? Pin
James R. Twine18-Jun-02 3:02
James R. Twine18-Jun-02 3:02 
GeneralHelp required to calculate difference between two bitmaps Pin
17-Jun-02 10:54
suss17-Jun-02 10:54 
GeneralRe: Help required to calculate difference between two bitmaps Pin
redeemer17-Jun-02 11:15
redeemer17-Jun-02 11:15 
GeneralRe: Help required to calculate difference between two bitmaps Pin
James R. Twine17-Jun-02 11:44
James R. Twine17-Jun-02 11:44 
QuestionHow to set pragma option for a single source file Pin
Aaron Schaefer17-Jun-02 10:10
Aaron Schaefer17-Jun-02 10:10 
AnswerRe: How to set pragma option for a single source file Pin
17-Jun-02 10:12
suss17-Jun-02 10:12 
Example :-

#inlcude "stdafx.h"


#pragma warning (disable : 4786)

//Some thing that generates the warning

#pragma warning (default : 4786)

//Warning is reenabled
AnswerRe: How to set pragma option for a single source file Pin
Chris Losinger17-Jun-02 10:20
professionalChris Losinger17-Jun-02 10:20 
GeneralRe: How to set pragma option for a single source file Pin
Aaron Schaefer17-Jun-02 11:13
Aaron Schaefer17-Jun-02 11:13 
GeneralRe: How to set pragma option for a single source file Pin
Aaron Schaefer17-Jun-02 11:33
Aaron Schaefer17-Jun-02 11:33 
GeneralOther windows text Pin
Kemal OZLU17-Jun-02 10:10
Kemal OZLU17-Jun-02 10:10 
QuestionLock file ? Pin
dlhson17-Jun-02 9:42
dlhson17-Jun-02 9:42 
AnswerRe: Lock file ? Pin
redeemer17-Jun-02 12:51
redeemer17-Jun-02 12:51 
QuestionGet column count of listcontrol ? Pin
dlhson17-Jun-02 9:40
dlhson17-Jun-02 9:40 
AnswerRe: Get column count of listcontrol ? Pin
Ramu Pulipati17-Jun-02 9:51
Ramu Pulipati17-Jun-02 9:51 
QuestionCalculate width for ownerdraw menus for OnMeasureItem??? Pin
Patric_J17-Jun-02 9:16
Patric_J17-Jun-02 9:16 
QuestionHow do i add one of those arrows on a column? Pin
redeemer17-Jun-02 8:42
redeemer17-Jun-02 8:42 
AnswerRe: How do i add one of those arrows on a column? Pin
Chris Losinger17-Jun-02 9:16
professionalChris Losinger17-Jun-02 9:16 
AnswerRe: How do i add one of those arrows on a column? Pin
James R. Twine17-Jun-02 9:16
James R. Twine17-Jun-02 9:16 
GeneralRe: How do i add one of those arrows on a column? Pin
redeemer17-Jun-02 9:37
redeemer17-Jun-02 9:37 
GeneralRe: How do i add one of those arrows on a column? Pin
James R. Twine17-Jun-02 11:32
James R. Twine17-Jun-02 11:32 
AnswerRe: How do i add one of those arrows on a column? Pin
Ramu Pulipati17-Jun-02 9:24
Ramu Pulipati17-Jun-02 9:24 
GeneralMFC SDI + Webcontrol + Internet Explorer Pin
TBiker17-Jun-02 8:22
TBiker17-Jun-02 8:22 
GeneralRe: MFC SDI + Webcontrol + Internet Explorer Pin
Ramu Pulipati17-Jun-02 9:46
Ramu Pulipati17-Jun-02 9:46 

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.