Click here to Skip to main content

C / C++ / MFC

    RSS: RSS Feed

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page  Show 
  Refresh
GeneralRe: making a modelessdialog box as modal PinmemberAlison P3:20 22 Mar '10  
AnswerRe: making a modelessdialog box as modal PinmemberAlison P2:12 22 Mar '10  
AnswerRe: making a modelessdialog box as modal PinmemberMohan Ramachandra2:20 22 Mar '10  
AnswerRe: making a modelessdialog box as modal PinmemberKarstenK5:53 22 Mar '10  
QuestionVC++2008(graphics)! Pinmemberanassamar1:52 22 Mar '10  
AnswerRe: VC++2008(graphics)! PinmemberMohan Ramachandra2:32 22 Mar '10  
AnswerRe: VC++2008(graphics)! PinmemberAvi Berger5:58 22 Mar '10  
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 PinmemberAabid1:07 22 Mar '10  
AnswerRe: Compilation errors PinmemberCool_Dev1:11 22 Mar '10  
AnswerRe: Compilation errors PinmemberHimanshuJoshi1:15 22 Mar '10  
GeneralRe: Compilation errors PinmemberAabid1:34 22 Mar '10  
GeneralRe: Compilation errors PinmemberHimanshuJoshi1:36 22 Mar '10  
GeneralRe: Compilation errors PinmemberAabid1:47 22 Mar '10  
GeneralRe: Compilation errors PinmemberHimanshuJoshi2:33 22 Mar '10  
AnswerRe: Compilation errors PinmvpCPallini1:36 22 Mar '10  
GeneralRe: Compilation errors PinmemberAabid1:49 22 Mar '10  
AnswerRe: Compilation errors PinsupporterChris Losinger3:54 22 Mar '10  
QuestionHow to remove default icon in caption of MessageBox Pinmemberam 200923:39 21 Mar '10  
AnswerRe: How to remove default icon in caption of MessageBox PinmemberBIJU Manjeri0:02 22 Mar '10  
GeneralRe: How to remove default icon in caption of MessageBox Pinmemberam 20090:12 22 Mar '10  
AnswerRe: How to remove default icon in caption of MessageBox PinmemberMohan Ramachandra0:13 22 Mar '10  
AnswerRe: How to remove default icon in caption of MessageBox PinmemberBIJU Manjeri0:19 22 Mar '10  
GeneralRe: How to remove default icon in caption of MessageBox PinmemberMohan Ramachandra0:29 22 Mar '10  
GeneralRe: How to remove default icon in caption of MessageBox Pinmemberam 20090:49 22 Mar '10  
GeneralRe: How to remove default icon in caption of MessageBox PinmemberBIJU Manjeri0:55 22 Mar '10  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.


Advertise | Privacy | Mobile
Web04 | 2.5.120210.1 | Last Updated 12 Feb 2012
Copyright © CodeProject, 1999-2012
All Rights Reserved. Terms of Use
Layout: fixed | fluid