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

C / C++ / MFC

 
GeneralClass Inheritance with different data types Pin
Lord Morlock5-Jan-03 21:47
Lord Morlock5-Jan-03 21:47 
GeneralRe: Class Inheritance with different data types Pin
Michael Dunn5-Jan-03 22:19
sitebuilderMichael Dunn5-Jan-03 22:19 
GeneralRe: Class Inheritance with different data types Pin
Lord Morlock5-Jan-03 22:46
Lord Morlock5-Jan-03 22:46 
GeneralRe: Class Inheritance with different data types Pin
Michael Dunn6-Jan-03 22:17
sitebuilderMichael Dunn6-Jan-03 22:17 
GeneralWant to know version of Windows running Pin
nashdaq5-Jan-03 20:57
nashdaq5-Jan-03 20:57 
GeneralRe: Want to know version of Windows running Pin
Michael Dunn5-Jan-03 21:03
sitebuilderMichael Dunn5-Jan-03 21:03 
GeneralShowing a Dialog Box! Pin
Ehsan Baghaki5-Jan-03 20:50
Ehsan Baghaki5-Jan-03 20:50 
GeneralRe: Showing a Dialog Box! Pin
xxhimanshu5-Jan-03 21:22
xxhimanshu5-Jan-03 21:22 
Wink | ;) i haven't worked on vs.net but in vc++ vs6.0 we do it like this::

1: add a dialog to the resource.

2: using classwizard add a class to this dialog resource.

3: in initinstance() write
CDialog1 dlg;
dlg.domodal();

4: or whereever you need this code i.e. if yo want to show this dialog at click of an button add this code to the message handler of that button's click event.

that's it.
i hope you get an idea of how to proceed.
cheers..

Himanshu
GeneralRe: Showing a Dialog Box! Pin
Ehsan Baghaki5-Jan-03 21:47
Ehsan Baghaki5-Jan-03 21:47 
Questionhow can i text out some text to a bitmap ? Pin
whelk5-Jan-03 20:07
whelk5-Jan-03 20:07 
AnswerRe: how can i text out some text to a bitmap ? Pin
Davide Pizzolato11-Jan-03 9:15
Davide Pizzolato11-Jan-03 9:15 
Generaldetecting system shutdown Pin
r i s h a b h s5-Jan-03 19:33
r i s h a b h s5-Jan-03 19:33 
GeneralRe: detecting system shutdown Pin
Michael Dunn5-Jan-03 20:23
sitebuilderMichael Dunn5-Jan-03 20:23 
GeneralGetWindowText() problem!!!!!!!!!!!!!!!!!!!!! Pin
xxhimanshu5-Jan-03 18:21
xxhimanshu5-Jan-03 18:21 
GeneralRe: GetWindowText() problem!!!!!!!!!!!!!!!!!!!!! Pin
Michael Dunn5-Jan-03 20:31
sitebuilderMichael Dunn5-Jan-03 20:31 
GeneralRe: GetWindowText() problem!!!!!!!!!!!!!!!!!!!!! Pin
xxhimanshu5-Jan-03 22:42
xxhimanshu5-Jan-03 22:42 
GeneralAssembler designing in VC++ Pin
Sukhdeep5-Jan-03 17:25
Sukhdeep5-Jan-03 17:25 
GeneralHelp with Header files. Pin
VanHlebar5-Jan-03 15:56
VanHlebar5-Jan-03 15:56 
GeneralRe: Help with Header files. Pin
Ravi Bhavnani5-Jan-03 16:05
professionalRavi Bhavnani5-Jan-03 16:05 
GeneralRe: Help with Header files. Pin
VanHlebar5-Jan-03 16:05
VanHlebar5-Jan-03 16:05 
GeneralRe: Help with Header files. Pin
Michael Dunn5-Jan-03 16:04
sitebuilderMichael Dunn5-Jan-03 16:04 
QuestionKeyboard Focus? Pin
Aidman5-Jan-03 14:35
Aidman5-Jan-03 14:35 
AnswerRe: Keyboard Focus? Pin
Iain Clarke, Warrior Programmer5-Jan-03 22:32
Iain Clarke, Warrior Programmer5-Jan-03 22:32 
GeneralRe: Keyboard Focus? Pin
Aidman6-Jan-03 4:10
Aidman6-Jan-03 4:10 
GeneralRe: Keyboard Focus? Pin
Iain Clarke, Warrior Programmer6-Jan-03 4:43
Iain Clarke, Warrior Programmer6-Jan-03 4:43 

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.