Thread: Pre-determined window size for a console app...

  1. #1
    Registered User
    Join Date
    Jul 2004
    Posts
    4

    Pre-determined window size for a console app...

    How would i got about doing that?

    And can you do that in pixels/percentage?

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    Try SetWindowPos(). In practice, I have never tried to change the default console windows size via code.

    Kuphryn

  3. #3
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    That sounds prmising, so let me know how it goes, but to be honest, it just doesn't sound right and I've never seen it done, so I'm not sure if you can.

  4. #4
    Registered User
    Join Date
    Jul 2004
    Posts
    4
    Nope that didn't work.

  5. #5
    Sweet
    Join Date
    Aug 2002
    Location
    Tucson, Arizona
    Posts
    1,820
    why not try this site by one of our own all about console windows
    Console Tutorials
    Woop?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Adding a console window to a Win32 app
    By VirtualAce in forum Game Programming
    Replies: 7
    Last Post: 02-01-2009, 01:09 PM
  2. Just starting Windows Programming, School me!
    By Shamino in forum Windows Programming
    Replies: 17
    Last Post: 02-22-2008, 08:14 AM
  3. Pong is completed!!!
    By Shamino in forum Game Programming
    Replies: 11
    Last Post: 05-26-2005, 10:50 AM
  4. Linux console window questions
    By GaPe in forum Linux Programming
    Replies: 1
    Last Post: 12-28-2002, 12:18 PM
  5. Tab Controls - API
    By -KEN- in forum Windows Programming
    Replies: 7
    Last Post: 06-02-2002, 09:44 AM