Click here to Skip to main content
15,909,591 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Concept/example for virtual list Pin
Stuart Dootson7-Jan-09 8:40
professionalStuart Dootson7-Jan-09 8:40 
QuestionRe: Concept/example for virtual list Pin
David Crow7-Jan-09 5:33
David Crow7-Jan-09 5:33 
GeneralRe: Concept/example for virtual list Pin
nobaq7-Jan-09 6:00
nobaq7-Jan-09 6:00 
AnswerRe: Concept/example for virtual list Pin
Maximilien7-Jan-09 5:42
Maximilien7-Jan-09 5:42 
GeneralRe: Concept/example for virtual list Pin
nobaq7-Jan-09 7:17
nobaq7-Jan-09 7:17 
Questionimapi2 cd name Pin
meme817-Jan-09 3:52
meme817-Jan-09 3:52 
Questionwhy SubclassWindow fails? [modified] Pin
SanjaySMK7-Jan-09 3:51
SanjaySMK7-Jan-09 3:51 
AnswerRe: why SubclassWindow fails? Pin
Code-o-mat7-Jan-09 5:05
Code-o-mat7-Jan-09 5:05 
It can fail if it gets a non-valid HWND as parameter (like for example NULL) or if it gets a window that already has something attached to it (instance of another CWnd derived class). These are what i can think of now. But place a breakpoint, and step into that method and just trace down where it fails.

> The problem with computers is that they do what you tell them to do and not what you want them to do. <

Questionreplace CMapStringToOb by standard C Pin
RedSonja7-Jan-09 2:28
RedSonja7-Jan-09 2:28 
AnswerRe: replace CMapStringToOb by standard C Pin
CPallini7-Jan-09 2:54
mveCPallini7-Jan-09 2:54 
GeneralRe: replace CMapStringToOb by standard C Pin
RedSonja7-Jan-09 2:58
RedSonja7-Jan-09 2:58 
GeneralRe: replace CMapStringToOb by standard C Pin
Cedric Moonen7-Jan-09 3:04
Cedric Moonen7-Jan-09 3:04 
GeneralRe: replace CMapStringToOb by standard C Pin
CPallini7-Jan-09 3:09
mveCPallini7-Jan-09 3:09 
GeneralRe: replace CMapStringToOb by standard C Pin
RedSonja7-Jan-09 3:26
RedSonja7-Jan-09 3:26 
GeneralRe: replace CMapStringToOb by standard C Pin
Cedric Moonen7-Jan-09 3:32
Cedric Moonen7-Jan-09 3:32 
GeneralRe: replace CMapStringToOb by standard C Pin
RedSonja7-Jan-09 3:36
RedSonja7-Jan-09 3:36 
QuestionXML Writer Pin
amit.code7-Jan-09 1:48
amit.code7-Jan-09 1:48 
AnswerRe: XML Writer Pin
Stuart Dootson7-Jan-09 2:02
professionalStuart Dootson7-Jan-09 2:02 
AnswerRe: XML Writer Pin
CPallini7-Jan-09 2:08
mveCPallini7-Jan-09 2:08 
GeneralRe: XML Writer Pin
Stuart Dootson7-Jan-09 3:32
professionalStuart Dootson7-Jan-09 3:32 
GeneralRe: XML Writer Pin
CPallini7-Jan-09 3:49
mveCPallini7-Jan-09 3:49 
GeneralRe: XML Writer Pin
amit.code8-Jan-09 18:09
amit.code8-Jan-09 18:09 
GeneralRe: XML Writer Pin
CPallini8-Jan-09 21:23
mveCPallini8-Jan-09 21:23 
QuestionManipulating BITMAPS Pin
KASR17-Jan-09 1:08
KASR17-Jan-09 1:08 
AnswerRe: Manipulating BITMAPS Pin
CPallini7-Jan-09 1:39
mveCPallini7-Jan-09 1:39 

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.