Click here to Skip to main content
15,896,207 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to delete a class? Pin
daojinliu15-Oct-05 15:56
daojinliu15-Oct-05 15:56 
GeneralRe: How to delete a class? Pin
kevincwong15-Oct-05 16:45
kevincwong15-Oct-05 16:45 
QuestionEnumerate (list) USB Webcams Pin
Howard Anderson15-Oct-05 15:27
Howard Anderson15-Oct-05 15:27 
AnswerRe: Enumerate (list) USB Webcams Pin
FlyingTinman19-Oct-05 16:09
FlyingTinman19-Oct-05 16:09 
GeneralRe: Enumerate (list) USB Webcams Pin
Howard Anderson10-Nov-05 4:31
Howard Anderson10-Nov-05 4:31 
QuestionMenu invokes dialog Pin
kevincwong15-Oct-05 12:52
kevincwong15-Oct-05 12:52 
AnswerRe: Menu invokes dialog Pin
Roger Allen15-Oct-05 13:46
Roger Allen15-Oct-05 13:46 
GeneralRe: Menu invokes dialog Pin
kevincwong15-Oct-05 14:00
kevincwong15-Oct-05 14:00 
Hi Roger,

> When you created the dialog, you will have been prompted to
> create a wrapper class for it, e.g. CMyNewDialog.

When I right-mouse-clicked, it just pops up a default dialog.
It did not prompted me to create a wrapper class.

Can you tell me how to do so?

>To pop one of these dialogs up you would do:
>CMyNewDialog dlgBox; // object is not a window until you call DoModal etc
>dlgBox.DoModal();
Oh yeah! I remember I read this from some books before.

Really appreciated your help.


Thanks,


Kevin

GeneralRe: Menu invokes dialog Pin
kevincwong15-Oct-05 15:19
kevincwong15-Oct-05 15:19 
QuestionCBitmap Pin
fjlv200515-Oct-05 11:37
fjlv200515-Oct-05 11:37 
AnswerRe: CBitmap Pin
Prakash Nadar15-Oct-05 19:07
Prakash Nadar15-Oct-05 19:07 
GeneralRe: CBitmap Pin
fjlv200517-Oct-05 14:44
fjlv200517-Oct-05 14:44 
GeneralRe: CBitmap Pin
Prakash Nadar17-Oct-05 16:30
Prakash Nadar17-Oct-05 16:30 
QuestionTransparent CBitmapButton Pin
fjlv200515-Oct-05 7:27
fjlv200515-Oct-05 7:27 
Questiondbt.h Pin
karmendra_js15-Oct-05 5:33
karmendra_js15-Oct-05 5:33 
AnswerRe: dbt.h Pin
Prakash Nadar15-Oct-05 6:29
Prakash Nadar15-Oct-05 6:29 
QuestionDisable linker warnings Pin
leppie15-Oct-05 5:31
leppie15-Oct-05 5:31 
AnswerRe: Disable linker warnings Pin
Prakash Nadar15-Oct-05 19:13
Prakash Nadar15-Oct-05 19:13 
AnswerRe: Disable linker warnings Pin
ThatsAlok16-Oct-05 18:46
ThatsAlok16-Oct-05 18:46 
QuestionRe: Disable linker warnings Pin
leppie17-Oct-05 1:16
leppie17-Oct-05 1:16 
QuestionExiting an application Pin
karmendra_js15-Oct-05 2:51
karmendra_js15-Oct-05 2:51 
AnswerRe: Exiting an application Pin
sunit515-Oct-05 3:23
sunit515-Oct-05 3:23 
GeneralRe: Exiting an application Pin
sunit515-Oct-05 3:26
sunit515-Oct-05 3:26 
AnswerRe: Exiting an application Pin
ThatsAlok15-Oct-05 4:49
ThatsAlok15-Oct-05 4:49 
QuestionUsing CByteArray storing Image data into Database Pin
snprani15-Oct-05 2:37
snprani15-Oct-05 2:37 

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.