Thread: Command line windows resizing

  1. #1
    Registered User
    Join Date
    Jun 2006
    Location
    SW,Indiana
    Posts
    2

    Command line windows resizing

    Im programming in C++ and im trying to figure the syntax to open a command prompt and then switch it to full screen. So far i have

    Code:
     system("command");
    This brings up a command prompt but its brought up as window. in windos pressing ALT+ENTER switches to full screen, so i would like the syntax for the program to do this for me.

    Am i making sense?

    Thanks for the help-

    A new programmer

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    You're missing a board search for "full screen" to see many examples of this being asked and answered before.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Jun 2006
    Location
    SW,Indiana
    Posts
    2
    Oh i see thanks.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how to make a windows application
    By crvenkapa in forum C++ Programming
    Replies: 3
    Last Post: 03-26-2007, 09:59 AM
  2. Dialog Box Problems
    By Morgul in forum Windows Programming
    Replies: 21
    Last Post: 05-31-2005, 05:48 PM
  3. dual boot Win XP, win 2000
    By Micko in forum Tech Board
    Replies: 6
    Last Post: 05-30-2005, 02:55 PM
  4. SDL and Windows
    By nickname_changed in forum Windows Programming
    Replies: 14
    Last Post: 10-24-2003, 12:19 AM
  5. IE 6 status bar
    By DavidP in forum Tech Board
    Replies: 15
    Last Post: 10-23-2002, 05:31 PM