Thread: Making Program Launch Full Screen

  1. #16
    Registered User
    Join Date
    Feb 2006
    Posts
    155
    consoles dont support graphics. its a text base environment.

  2. #17
    Registered User
    Join Date
    Mar 2006
    Posts
    5
    where do you find functions within this file

    what do they look like?

  3. #18
    Registered User
    Join Date
    Mar 2006
    Posts
    5
    where do you find functions within this file

    what do they look like?

  4. #19
    Registered User
    Join Date
    Feb 2006
    Posts
    155
    did u find the file?,functions will look like this,so scroll till u see something like this,

    WINBASEAPI
    BOOL
    WINAPI
    SetConsoleDisplayMode(
    HANDLE hConsoleOutput,
    DWORD dwFlags,
    PCOORD lpNewScreenBufferDimensions
    );

  5. #20
    Registered User
    Join Date
    Mar 2006
    Posts
    5
    Thanks that works although the WINBASEAPI parrt was creating errors so i ridded of it.

    Thanks Again
    MTG

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help on making program run more efficiently
    By peeweearies in forum C Programming
    Replies: 2
    Last Post: 03-23-2009, 02:01 AM
  2. Using keybd_event for a Full Screen Application?
    By n759c in forum Windows Programming
    Replies: 0
    Last Post: 03-07-2006, 10:04 PM
  3. Full Screen
    By west in forum C++ Programming
    Replies: 4
    Last Post: 03-08-2005, 08:40 AM
  4. Dialog box with full screen app.
    By curlious in forum Windows Programming
    Replies: 2
    Last Post: 10-27-2003, 10:37 AM
  5. Full Screen
    By JamMan in forum C++ Programming
    Replies: 3
    Last Post: 11-21-2001, 03:10 PM