Thread: !!!!!!Full screen!!!!!

  1. #1
    Lukas
    Guest

    Unhappy !!!!!!Full screen!!!!!

    I’m using C++ Builder Enterprise 5. I’m programming in the resolution 1024×768. But what if somebody with the resolution 800×600 or other will try to view my program. Is there anyway to run the program in full screen? Please help

  2. #2
    Unleashed
    Join Date
    Sep 2001
    Posts
    1,765
    What kind of program are you making?

  3. #3
    Banned nickname_changed's Avatar
    Join Date
    Feb 2003
    Location
    Australia
    Posts
    986
    Yes there is, you just set the program to always start maximised. Its a property of the form, somewhere near the bottom of the object inspector.

    If you want to know what the resolution is, just set your main form to start maximised and then check the width/height of the form and you'll know the resolution. Then you can adjust your font/pictures accordingly.

    ~ Paul

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C++ Full Screen
    By Unregistered in forum C++ Programming
    Replies: 25
    Last Post: 06-12-2009, 01:33 PM
  2. Opening in full screen
    By MaGaIn in forum C++ Programming
    Replies: 14
    Last Post: 08-21-2007, 11:12 AM
  3. Full Screen
    By Rainer in forum C++ Programming
    Replies: 4
    Last Post: 08-08-2003, 05:56 AM
  4. full screen
    By DominicTrix in forum Windows Programming
    Replies: 2
    Last Post: 04-21-2002, 06:13 AM
  5. Full Screen
    By JamMan in forum C++ Programming
    Replies: 3
    Last Post: 11-21-2001, 03:10 PM