|
-
February 13th, 2003, 07:47 PM
#1
console in full-screen mode
Hi there !
I'm trying to make a little program for a "friend" of mine and i don't know how to make the console window to start in full-screen...
that program is stand-alone, it does not have any interface, so it must do the full-screening itself...
and eventually freeze the windows (ME)
Thanks !
-
February 13th, 2003, 08:37 PM
#2
Really want lock the monitor to ur application? i think it's not the best design under win32.
-
February 17th, 2003, 05:41 PM
#3
yes, but i want it to simulate a hardware malfunction...
that's why i want it to hang the computer...something like <blue screen of death> if you know what i mean...
thanx...
-
February 20th, 2003, 04:18 PM
#4
are you all dead ?
i really need this.....
-
February 20th, 2003, 04:49 PM
#5
I think people are a little leary of your purpose for this. So I imagine that is why your not getting an answer
-
February 20th, 2003, 05:03 PM
#6
yes...maybe that's it
-
February 21st, 2003, 10:45 AM
#7
There is undocumented SetConsoleDisplayMode.
first par - HANDLE
second - 1 for full screen
third - pointer on dword for old mode.
See http://groups.google.com/groups?q=Se....rr.com&rnum=2
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|