Click here to Skip to main content
15,890,336 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Using GDI+ to display static pictures in MFC dialogs with an alpha channel Pin
Mark Salsbery24-Nov-08 7:41
Mark Salsbery24-Nov-08 7:41 
AnswerRe: Using GDI+ to display static pictures in MFC dialogs with an alpha channel Pin
Sternocera24-Nov-08 7:43
Sternocera24-Nov-08 7:43 
GeneralRe: Using GDI+ to display static pictures in MFC dialogs with an alpha channel Pin
Mark Salsbery24-Nov-08 8:05
Mark Salsbery24-Nov-08 8:05 
GeneralRe: Using GDI+ to display static pictures in MFC dialogs with an alpha channel Pin
Sternocera24-Nov-08 8:28
Sternocera24-Nov-08 8:28 
GeneralRe: Using GDI+ to display static pictures in MFC dialogs with an alpha channel Pin
Mark Salsbery24-Nov-08 10:15
Mark Salsbery24-Nov-08 10:15 
GeneralRe: Using GDI+ to display static pictures in MFC dialogs with an alpha channel Pin
Sternocera24-Nov-08 10:17
Sternocera24-Nov-08 10:17 
QuestionForcing a non const member function to call a const version of a function Pin
Roger Allen24-Nov-08 6:22
Roger Allen24-Nov-08 6:22 
AnswerRe: Forcing a non const member function to call a const version of a function Pin
bob1697224-Nov-08 6:37
bob1697224-Nov-08 6:37 
This is how I attempt to do that for subscript operators...

CSomeObject& operator [](int nSubscript);
const CSomeObject& operator [](int nSubscript) const; // Readonly subscript operator

I'm not sure if this will work in the context you provided but it's worth a shot. Got this out of "Professional C++, by Solter and Kleper" Page 446 (Providing Read-Only Access with operator[])
QuestionHow to convert wav file to double array? Pin
Carminio24-Nov-08 5:56
Carminio24-Nov-08 5:56 
AnswerRe: How to convert wav file to double array? Pin
Mark Salsbery24-Nov-08 6:32
Mark Salsbery24-Nov-08 6:32 
AnswerRe: How to convert wav file to double array? Pin
Maximilien24-Nov-08 6:39
Maximilien24-Nov-08 6:39 
QuestionRDW_INTERNALPAINT Pin
bob1697224-Nov-08 5:47
bob1697224-Nov-08 5:47 
Questionsome guidence needed Pin
teejayem24-Nov-08 4:02
teejayem24-Nov-08 4:02 
AnswerRe: some guidence needed Pin
Roger Stoltz24-Nov-08 4:17
Roger Stoltz24-Nov-08 4:17 
GeneralRe: some guidence needed Pin
teejayem24-Nov-08 4:36
teejayem24-Nov-08 4:36 
GeneralRe: some guidence needed Pin
Maximilien24-Nov-08 4:51
Maximilien24-Nov-08 4:51 
GeneralRe: some guidence needed Pin
teejayem24-Nov-08 5:22
teejayem24-Nov-08 5:22 
AnswerRe: some guidence needed Pin
Roger Stoltz24-Nov-08 4:56
Roger Stoltz24-Nov-08 4:56 
GeneralRe: some guidence needed Pin
Code-o-mat24-Nov-08 5:08
Code-o-mat24-Nov-08 5:08 
GeneralRe: some guidence needed Pin
teejayem24-Nov-08 5:29
teejayem24-Nov-08 5:29 
AnswerRe: some guidence needed Pin
akirilov24-Nov-08 4:55
akirilov24-Nov-08 4:55 
QuestionOverwrite data in cell in excel Pin
hellogany24-Nov-08 3:46
hellogany24-Nov-08 3:46 
AnswerRe: Overwrite data in cell in excel Pin
CPallini24-Nov-08 7:30
mveCPallini24-Nov-08 7:30 
Questiondownload the files in FTP server Pin
AnithaSubramani24-Nov-08 2:31
AnithaSubramani24-Nov-08 2:31 
AnswerRe: download the files in FTP server Pin
Hamid_RT24-Nov-08 2:36
Hamid_RT24-Nov-08 2:36 

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.