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

C / C++ / MFC

 
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 
QuestionDVD burning problem using windows XP Service pack2 Pin
raj157619-Apr-10 21:33
raj157619-Apr-10 21:33 
AnswerRe: DVD burning problem using windows XP Service pack2 Pin
Michel Godfroid19-Apr-10 22:38
Michel Godfroid19-Apr-10 22:38 
GeneralRe: DVD burning problem using windows XP Service pack2 Pin
raj157619-Apr-10 23:17
raj157619-Apr-10 23:17 
GeneralRe: DVD burning problem using windows XP Service pack2 Pin
Michel Godfroid19-Apr-10 23:46
Michel Godfroid19-Apr-10 23:46 
GeneralRe: DVD burning problem using windows XP Service pack2 Pin
raj157620-Apr-10 0:41
raj157620-Apr-10 0:41 
GeneralRe: DVD burning problem using windows XP Service pack2 Pin
Michel Godfroid20-Apr-10 1:02
Michel Godfroid20-Apr-10 1:02 
AnswerRe: DVD burning problem using windows XP Service pack2 Pin
Moak20-Apr-10 0:53
Moak20-Apr-10 0:53 
QuestionListview header mouse click Pin
arun_pk19-Apr-10 20:08
arun_pk19-Apr-10 20:08 
AnswerRe: Listview header mouse click Pin
Stephen Hewitt19-Apr-10 20:58
Stephen Hewitt19-Apr-10 20:58 
AnswerRe: Listview header mouse click Pin
KarstenK19-Apr-10 21:00
mveKarstenK19-Apr-10 21:00 
QuestionMonitoring received packets on app which uses IOCP(hooking) Pin
l0odi19-Apr-10 18:51
l0odi19-Apr-10 18:51 
AnswerRe: Monitoring received packets on app which uses IOCP(hooking) Pin
l0odi21-Apr-10 6:10
l0odi21-Apr-10 6:10 
Questionhow to embed the window of my program in the desktop?(The window is showed under the desktop icons.) Pin
letianzhu19-Apr-10 17:50
letianzhu19-Apr-10 17:50 
AnswerRe: how to embed the window of my program in the desktop?(The window is showed under the desktop icons.) Pin
Code-o-mat19-Apr-10 21:42
Code-o-mat19-Apr-10 21:42 
GeneralRe: how to embed the window of my program in the desktop?(The window is showed under the desktop icons.) Pin
Stephen Hewitt19-Apr-10 21:57
Stephen Hewitt19-Apr-10 21:57 

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.