Click here to Skip to main content
15,886,199 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionC++ Pin
Karthik931730-Jun-11 20:36
Karthik931730-Jun-11 20:36 
AnswerRe: C++ Pin
Richard MacCutchan30-Jun-11 22:35
mveRichard MacCutchan30-Jun-11 22:35 
AnswerRe: C++ Pin
Albert Holguin1-Jul-11 4:23
professionalAlbert Holguin1-Jul-11 4:23 
Questionfopen gives segmentation fault. Pin
krosty478230-Jun-11 18:44
krosty478230-Jun-11 18:44 
AnswerRe: fopen gives segmentation fault. Pin
enhzflep30-Jun-11 19:30
enhzflep30-Jun-11 19:30 
AnswerRe: fopen gives segmentation fault. Pin
Chuck O'Toole30-Jun-11 20:24
Chuck O'Toole30-Jun-11 20:24 
QuestionGetting Static control styles [MFC] Pin
csrss30-Jun-11 9:58
csrss30-Jun-11 9:58 
AnswerRe: Getting Static control styles [MFC] Pin
David Crow30-Jun-11 10:13
David Crow30-Jun-11 10:13 
csrss wrote:
if((dwStyle & SS_CENTERIMAGE) == TRUE)
& is not a boolean operation, nor is SS_CENTERIMAGE equal to 1. Try:
if ((dwStyle & SS_CENTERIMAGE) == SS_CENTERIMAGE)

"One man's wage rise is another man's price increase." - Harold Wilson

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

"Some people are making such thorough preparation for rainy days that they aren't enjoying today's sunshine." - William Feather


GeneralRe: Getting Static control styles [MFC] Pin
csrss30-Jun-11 10:23
csrss30-Jun-11 10:23 
QuestionCEdit Control password style switch Pin
RomTibi30-Jun-11 7:06
RomTibi30-Jun-11 7:06 
AnswerRe: CEdit Control password style switch Pin
User 742933830-Jun-11 7:30
professionalUser 742933830-Jun-11 7:30 
GeneralRe: CEdit Control password style switch Pin
RomTibi30-Jun-11 8:06
RomTibi30-Jun-11 8:06 
AnswerRe: CEdit Control password style switch Pin
Mark Salsbery30-Jun-11 8:22
Mark Salsbery30-Jun-11 8:22 
AnswerRe: CEdit Control password style switch Pin
User 742933830-Jun-11 8:32
professionalUser 742933830-Jun-11 8:32 
GeneralRe: CEdit Control password style switch Pin
Mark Salsbery30-Jun-11 8:51
Mark Salsbery30-Jun-11 8:51 
QuestionHow to embedded CFileDialog to user dialog? Pin
includeh1030-Jun-11 5:41
includeh1030-Jun-11 5:41 
AnswerRe: How to embedded CFileDialog to user dialog? Pin
Richard MacCutchan30-Jun-11 6:20
mveRichard MacCutchan30-Jun-11 6:20 
AnswerRe: How to embedded CFileDialog to user dialog? Pin
Mark Salsbery30-Jun-11 8:15
Mark Salsbery30-Jun-11 8:15 
AnswerRe: How to embedded CFileDialog to user dialog? Pin
Albert Holguin30-Jun-11 9:06
professionalAlbert Holguin30-Jun-11 9:06 
AnswerRe: How to embedded CFileDialog to user dialog? Pin
Philippe Mori1-Jul-11 10:07
Philippe Mori1-Jul-11 10:07 
QuestionConvert string to alpha numeric value Pin
Cpp_Com30-Jun-11 3:14
Cpp_Com30-Jun-11 3:14 
AnswerRe: Convert string to alpha numeric value Pin
Chris Losinger30-Jun-11 4:12
professionalChris Losinger30-Jun-11 4:12 
QuestionCFile file handle problem Pin
TheHelenLee29-Jun-11 23:51
TheHelenLee29-Jun-11 23:51 
AnswerRe: CFile file handle problem Pin
Chris Meech30-Jun-11 6:21
Chris Meech30-Jun-11 6:21 
GeneralRe: CFile file handle problem Pin
TheHelenLee30-Jun-11 17:26
TheHelenLee30-Jun-11 17:26 

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.