CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Dec 2001
    Location
    ROMANIA
    Posts
    30

    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 !

  2. #2
    Join Date
    Dec 2002
    Posts
    214
    Really want lock the monitor to ur application? i think it's not the best design under win32.

  3. #3
    Join Date
    Dec 2001
    Location
    ROMANIA
    Posts
    30
    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...

  4. #4
    Join Date
    Dec 2001
    Location
    ROMANIA
    Posts
    30
    are you all dead ?
    i really need this.....

  5. #5
    Join Date
    Sep 2002
    Location
    Maryland - Fear The Turtle!
    Posts
    7,537
    I think people are a little leary of your purpose for this. So I imagine that is why your not getting an answer

  6. #6
    Join Date
    Dec 2001
    Location
    ROMANIA
    Posts
    30
    yes...maybe that's it

  7. #7
    Join Date
    May 2002
    Location
    Russia
    Posts
    1,571
    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
  •  





Click Here to Expand Forum to Full Width

Featured