Thread: display

  1. #1
    hen
    Guest

    Question display

    Can anyone offer a newbie a bit of advice. How can I make my programs look better to the user when asking for input, ie dialog boxes and buttons etc. None of the books I have seem to cover these subjects. Any advice would be appreciated.

  2. #2
    Registered User Draco's Avatar
    Join Date
    Apr 2002
    Posts
    463
    the only real way to make things look better is to either use graphics libraries, such as allegro, or using a windows interface.

  3. #3
    Registered User
    Join Date
    Jun 2002
    Posts
    16
    I know this sounds stupid but could you explain in simpler terms as I am completely new to this. Could anyone recomend any tutorials on this subject.
    Last edited by hen; 08-10-2002 at 02:56 PM.

  4. #4
    Registered User Draco's Avatar
    Join Date
    Apr 2002
    Posts
    463
    It's been said so many times before, but just go to www.google.com. It took me fifteen seconds to find this tutorial for the allegro library. http://echellon.hybd.net/issues/1/articles/allegtut.htm
    all you have to do is take some time to look.

  5. #5
    Registered User
    Join Date
    Jun 2002
    Posts
    16
    When you don't know what your looking for then its harder to find !!

  6. #6
    Registered User Draco's Avatar
    Join Date
    Apr 2002
    Posts
    463
    For all the different graphics options, allegro sounds the best for you. It's just a library of graphics and I/O functions that work with C/C++. There are many places to download Allegro, one of them being www.delore.com/djgpp. Just go to the zip picker and check Allegro.

  7. #7
    Registered User
    Join Date
    Jul 2002
    Posts
    66
    When you don't know what your looking for then its harder to find !!
    Nobody will hand you everything you need to know in life, sometimes you have to search for what sounds right and figure things out as you go. If you want to create graphical interfaces then you're better off with JAVA, it's a language better suited to graphics than C.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Display Color dialog
    By Cherry65 in forum Windows Programming
    Replies: 4
    Last Post: 02-17-2009, 11:41 AM
  2. display character size...(quite urgent..)
    By karthi in forum C Programming
    Replies: 10
    Last Post: 07-11-2007, 09:42 PM
  3. new problem with class
    By jrb47 in forum C++ Programming
    Replies: 0
    Last Post: 12-01-2006, 08:39 AM
  4. Help needed Please
    By jereland in forum C Programming
    Replies: 9
    Last Post: 03-18-2004, 05:30 AM
  5. Tab Controls - API
    By -KEN- in forum Windows Programming
    Replies: 7
    Last Post: 06-02-2002, 09:44 AM