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

C / C++ / MFC

 
GeneralRe: Differences between embedded and regular VC++ [modified] Pin
JWood25-Aug-06 9:21
JWood25-Aug-06 9:21 
AnswerRe: Differences between embedded and regular VC++ Pin
Zac Howland25-Aug-06 6:36
Zac Howland25-Aug-06 6:36 
GeneralRe: Differences between embedded and regular VC++ Pin
JWood25-Aug-06 9:21
JWood25-Aug-06 9:21 
QuestionCryptEncrypt in UNICODE Pin
sreenest25-Aug-06 3:53
sreenest25-Aug-06 3:53 
AnswerRe: CryptEncrypt in UNICODE Pin
Chris Losinger25-Aug-06 4:32
professionalChris Losinger25-Aug-06 4:32 
Questionmemory leak while creating multiple class objects(same class)? Pin
jalsa G25-Aug-06 3:47
jalsa G25-Aug-06 3:47 
AnswerRe: memory leak while creating multiple class objects(same class)? [modified] Pin
Cedric Moonen25-Aug-06 4:12
Cedric Moonen25-Aug-06 4:12 
AnswerRe: memory leak while creating multiple class objects(same class)? Pin
Cedric Moonen25-Aug-06 4:19
Cedric Moonen25-Aug-06 4:19 
Mmhhh, maybe I answered too fast to your question. You would like several windows opened together or just one ? If just one, see my previous post.

In the other case, you have to store all those pointers in an array and delete them afterward (or when it is needed). I suggest that you take a look at the std::vector class to store all these pointers.


Cédric Moonen
Software developer

Charting control [Updated - v1.1]

Questionhow to end process in task maneger Pin
MikeRT25-Aug-06 3:02
MikeRT25-Aug-06 3:02 
AnswerRe: how to end process in task maneger Pin
Hamid_RT25-Aug-06 3:12
Hamid_RT25-Aug-06 3:12 
GeneralRe: how to end process in task maneger Pin
MikeRT25-Aug-06 3:20
MikeRT25-Aug-06 3:20 
GeneralRe: how to end process in task maneger Pin
Hamid_RT25-Aug-06 3:46
Hamid_RT25-Aug-06 3:46 
GeneralRe: how to end process in task maneger Pin
David Crow25-Aug-06 5:15
David Crow25-Aug-06 5:15 
GeneralRe: how to end process in task maneger Pin
Hamid_RT25-Aug-06 9:48
Hamid_RT25-Aug-06 9:48 
GeneralRe: how to end process in task maneger Pin
David Crow25-Aug-06 9:59
David Crow25-Aug-06 9:59 
GeneralRe: how to end process in task maneger Pin
Hamid_RT25-Aug-06 10:10
Hamid_RT25-Aug-06 10:10 
AnswerRe: how to end process in task maneger Pin
David Crow25-Aug-06 5:23
David Crow25-Aug-06 5:23 
QuestionPropertySheets Pin
SandhyaSri25-Aug-06 2:47
SandhyaSri25-Aug-06 2:47 
AnswerRe: PropertySheets Pin
David Crow25-Aug-06 2:50
David Crow25-Aug-06 2:50 
AnswerRe: PropertySheets Pin
Zac Howland25-Aug-06 6:54
Zac Howland25-Aug-06 6:54 
QuestionLoading images on control derived from MCIwnd class Pin
RahulOP25-Aug-06 1:41
RahulOP25-Aug-06 1:41 
AnswerRe: Loading images on control derived from MCIwnd class Pin
Hamid_RT25-Aug-06 2:24
Hamid_RT25-Aug-06 2:24 
GeneralRe: Loading images on control derived from MCIwnd class Pin
RahulOP25-Aug-06 2:42
RahulOP25-Aug-06 2:42 
GeneralRe: Loading images on control derived from MCIwnd class Pin
Hamid_RT25-Aug-06 3:11
Hamid_RT25-Aug-06 3:11 
QuestionHow to handle VK_TAB virtual key in EditBox. Pin
sheshidar25-Aug-06 1:05
sheshidar25-Aug-06 1:05 

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.