Click here to Skip to main content
15,923,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Windows 7 + Mailslot Pin
Member 138094713-Mar-11 2:49
Member 138094713-Mar-11 2:49 
GeneralRe: Windows 7 + Mailslot Pin
Member 138094713-Mar-11 2:59
Member 138094713-Mar-11 2:59 
QuestionRun Sample program in mingw with msys [modified] Pin
Game-point20-Apr-10 1:53
Game-point20-Apr-10 1:53 
AnswerRe: Run Sample program in mingw with msys Pin
CPallini20-Apr-10 2:37
mveCPallini20-Apr-10 2:37 
QuestionCatch 'Print' button click event of print dialog from MFC application Pin
Rahul B S20-Apr-10 1:26
Rahul B S20-Apr-10 1:26 
QuestionRe: Catch 'Print' button click event of print dialog from MFC application Pin
David Crow20-Apr-10 2:54
David Crow20-Apr-10 2:54 
AnswerRe: Catch 'Print' button click event of print dialog from MFC application Pin
Rahul B S20-Apr-10 3:51
Rahul B S20-Apr-10 3:51 
QuestionRe: Catch 'Print' button click event of print dialog from MFC application Pin
David Crow20-Apr-10 4:04
David Crow20-Apr-10 4:04 
AnswerRe: Catch 'Print' button click event of print dialog from MFC application Pin
Rahul B S20-Apr-10 4:15
Rahul B S20-Apr-10 4:15 
GeneralRe: Catch 'Print' button click event of print dialog from MFC application Pin
David Crow20-Apr-10 4:40
David Crow20-Apr-10 4:40 
GeneralRe: Catch 'Print' button click event of print dialog from MFC application Pin
Rahul B S20-Apr-10 16:28
Rahul B S20-Apr-10 16:28 
GeneralRe: Catch 'Print' button click event of print dialog from MFC application Pin
David Crow21-Apr-10 2:54
David Crow21-Apr-10 2:54 
GeneralRe: Catch 'Print' button click event of print dialog from MFC application Pin
Rahul B S21-Apr-10 19:36
Rahul B S21-Apr-10 19:36 
QuestionHow to get "Date-Time-Zone" Pin
Russell'19-Apr-10 23:15
Russell'19-Apr-10 23:15 
AnswerRe: How to get "Date-Time-Zone" Pin
Russell'19-Apr-10 23:54
Russell'19-Apr-10 23:54 
AnswerRe: How to get "Date-Time-Zone" Pin
Michel Godfroid20-Apr-10 0:20
Michel Godfroid20-Apr-10 0:20 
Questionimage data to Image convertion Pin
johnalek19-Apr-10 23:06
johnalek19-Apr-10 23:06 
QuestionRe: image data to Image convertion Pin
CPallini19-Apr-10 23:10
mveCPallini19-Apr-10 23:10 
Questionhow to ownerdraw the button borders in VC++6.0 [modified] Pin
Krauze19-Apr-10 22:45
Krauze19-Apr-10 22:45 
AnswerRe: how to ownerdraw the button borders in VC++6.0 Pin
stebich20-Apr-10 3:33
professionalstebich20-Apr-10 3:33 
GeneralRe: how to ownerdraw the button borders in VC++6.0 Pin
Krauze20-Apr-10 4:29
Krauze20-Apr-10 4:29 
Questionintercepting program display? Pin
Gibb3h19-Apr-10 22:35
Gibb3h19-Apr-10 22:35 
AnswerRe: intercepting program display? Pin
Michel Godfroid20-Apr-10 1:30
Michel Godfroid20-Apr-10 1:30 
This is complicated to the extreme:
On windows your game will run under the VDM (Virtual Dos Machine). This will work until Windows Vista, later operating systems do not support the VDM anymore. So any solution that you build on Windows is bound for obsolescence. Anyway, intervening in the screen driver of the VDM is probably near to impossible.
I suggest tackling it in a different way:
Get yourself a copy of good open-source Virtual Machine Software (VirtualBox comes to mind). Install windows 95 and your game on a virtual machine. Locate the screen driver in the Virtual Machine Software, and adapt it to your needs.

Good Luck Wink | ;-)
GeneralRe: intercepting program display? Pin
Gibb3h20-Apr-10 1:36
Gibb3h20-Apr-10 1:36 
QuestionBrightness controller / OCX for notebook backlight Pin
AmericanoInPhils19-Apr-10 22:17
AmericanoInPhils19-Apr-10 22:17 

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.