Thread: Console Screen Resolution!!!!

  1. #1
    Registered User
    Join Date
    Sep 2002
    Posts
    70

    Console Screen Resolution!!!!

    How do i make a Windows Console go FULL screen??

    is there a function out there for it??

    I've seen it done, how can i do it???

    & what 'IS' the Console in the Quake 3 Engine, What is it used for??

    if there is a function to set the screen res to anything i want, please post it??

    If there isn't, could i make one myself??

    This is the shell i'd use:


    //Screen res function.
    void SetRes(int value1, int value2)
    {
    //Code
    }

    int main(int arg, char* args)
    {

    return 0;
    }

    Please help.....

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231

    Re: Console Screen Resolution!!!!

    >>How do i make a Windows Console go FULL screen??
    http://cboard.cprogramming.com/showt...threadid=25030
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. console screen (Windows)
    By hakan in forum C++ Programming
    Replies: 1
    Last Post: 03-12-2008, 06:35 AM
  2. Render text
    By Livijn in forum C++ Programming
    Replies: 6
    Last Post: 07-06-2007, 03:32 PM
  3. splitting the screen in a Win32 console application
    By watcher_b in forum C Programming
    Replies: 1
    Last Post: 10-19-2002, 05:22 PM
  4. screen resolution
    By cppdude in forum Windows Programming
    Replies: 1
    Last Post: 02-28-2002, 07:21 AM
  5. Screen Resolution
    By C_Coder in forum A Brief History of Cprogramming.com
    Replies: 28
    Last Post: 12-21-2001, 08:01 PM