Click here to Skip to main content
15,887,325 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: making a modelessdialog box as modal Pin
narayanagvs22-Mar-10 2:11
narayanagvs22-Mar-10 2:11 
GeneralRe: making a modelessdialog box as modal Pin
LittleYellowBird22-Mar-10 2:20
LittleYellowBird22-Mar-10 2:20 
AnswerRe: making a modelessdialog box as modal Pin
LittleYellowBird22-Mar-10 1:12
LittleYellowBird22-Mar-10 1:12 
AnswerRe: making a modelessdialog box as modal Pin
Mohan Ramachandra22-Mar-10 1:20
Mohan Ramachandra22-Mar-10 1:20 
AnswerRe: making a modelessdialog box as modal Pin
KarstenK22-Mar-10 4:53
mveKarstenK22-Mar-10 4:53 
QuestionVC++2008(graphics)! Pin
anassamar22-Mar-10 0:52
anassamar22-Mar-10 0:52 
AnswerRe: VC++2008(graphics)! Pin
Mohan Ramachandra22-Mar-10 1:32
Mohan Ramachandra22-Mar-10 1:32 
AnswerRe: VC++2008(graphics)! Pin
Avi Berger22-Mar-10 4:58
Avi Berger22-Mar-10 4:58 
To add to Mohan Ramachandra's reply, this was a proprietary library for the DOS environment. In other words, this was a graphics library for use in DOS programs only, not Windows or anything else. It was also designed and provided by one company - it is not standard, is not a part of C, and not a part of C++.

While you certainly can do graphics for Windows, it is done differently. See here[^] for graphics stuff that is used with windows at the api level, though there is more in knowing when and how to use this stuff. Do note that normally in a windows program, one only draws to a window device context in response to a WM_PAINT message. (If you are using MFC, that would be in OnPaint or OnDraw. )

Graphics and display is different in Windows than it was in DOS. You have a lot of research and reading to do.

Good luck.
Please do not read this signature.

QuestionCompilation errors Pin
Aabid22-Mar-10 0:07
Aabid22-Mar-10 0:07 
AnswerRe: Compilation errors Pin
Cool_Dev22-Mar-10 0:11
Cool_Dev22-Mar-10 0:11 
AnswerRe: Compilation errors Pin
HimanshuJoshi22-Mar-10 0:15
HimanshuJoshi22-Mar-10 0:15 
GeneralRe: Compilation errors Pin
Aabid22-Mar-10 0:34
Aabid22-Mar-10 0:34 
GeneralRe: Compilation errors Pin
HimanshuJoshi22-Mar-10 0:36
HimanshuJoshi22-Mar-10 0:36 
GeneralRe: Compilation errors Pin
Aabid22-Mar-10 0:47
Aabid22-Mar-10 0:47 
GeneralRe: Compilation errors Pin
HimanshuJoshi22-Mar-10 1:33
HimanshuJoshi22-Mar-10 1:33 
AnswerRe: Compilation errors Pin
CPallini22-Mar-10 0:36
mveCPallini22-Mar-10 0:36 
GeneralRe: Compilation errors Pin
Aabid22-Mar-10 0:49
Aabid22-Mar-10 0:49 
AnswerRe: Compilation errors Pin
Chris Losinger22-Mar-10 2:54
professionalChris Losinger22-Mar-10 2:54 
QuestionHow to remove default icon in caption of MessageBox Pin
am 200921-Mar-10 22:39
am 200921-Mar-10 22:39 
AnswerRe: How to remove default icon in caption of MessageBox Pin
BIJU Manjeri21-Mar-10 23:02
BIJU Manjeri21-Mar-10 23:02 
GeneralRe: How to remove default icon in caption of MessageBox Pin
am 200921-Mar-10 23:12
am 200921-Mar-10 23:12 
AnswerRe: How to remove default icon in caption of MessageBox Pin
Mohan Ramachandra21-Mar-10 23:13
Mohan Ramachandra21-Mar-10 23:13 
AnswerRe: How to remove default icon in caption of MessageBox Pin
BIJU Manjeri21-Mar-10 23:19
BIJU Manjeri21-Mar-10 23:19 
GeneralRe: How to remove default icon in caption of MessageBox Pin
Mohan Ramachandra21-Mar-10 23:29
Mohan Ramachandra21-Mar-10 23:29 
GeneralRe: How to remove default icon in caption of MessageBox Pin
am 200921-Mar-10 23:49
am 200921-Mar-10 23:49 

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.