Thread: Some problems with my menu !

  1. #1
    Registered User
    Join Date
    Apr 2004
    Posts
    20

    Question Some problems with my menu !

    Hi, I'm making a menu in graphic mode and I'm having some problems :
    1/ How to make the text ITALIC ?
    2/ How can I make 3 (or more ?) programs run simultaneously like this : A program is playing sound with a moving header while users can still choose items in a menu. Is it possible ?
    Oh, one more thing : I'm using Turbo C++ for DOS.
    Thanks in advanced !

  2. #2
    Registered User linuxdude's Avatar
    Join Date
    Mar 2003
    Location
    Louisiana
    Posts
    926
    Are we assuming the WinAPI?
    Because I could tell you in GTK(yes there is a windows version)

  3. #3
    Registered User
    Join Date
    Apr 2004
    Posts
    20
    No, this's just a console app. I'm using Turbo C++ 3.0 for DOS.

  4. #4
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    1) Good luck getting italics in DOS.
    2) You can't make multiple programs run at the same time in DOS. DOS does not support it.

    You can make one program handle multiple items at once. (Otherwise you'd have never had DOS games with sound and graphics.) But you can't make DOS multi-task. Not DOS by itself anyway.

    [rhetorical]
    Why on earth are you using DOS? Where do all these people get this old ass DOS compiler? And whose idea was it for them to use it?
    [/rhetorical]

    Quzah.
    Hope is the first step on the road to disappointment.

  5. #5
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    A task which will be further hampered by using an old DOS compiler on a new win32 console
    Which despite the C:\> prompt, is not really like DOS at all.
    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.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Creating a menu that reads input via an array?
    By Nalif in forum C Programming
    Replies: 6
    Last Post: 09-29-2006, 09:21 PM
  2. menu - options Problems
    By wakish in forum C Programming
    Replies: 3
    Last Post: 07-05-2006, 03:23 AM
  3. Problems with a menu
    By L_U_K_E in forum C++ Programming
    Replies: 27
    Last Post: 04-28-2006, 10:45 AM
  4. Problems with my menu
    By Olidivera in forum Windows Programming
    Replies: 2
    Last Post: 07-07-2005, 12:44 PM
  5. Menu stuff
    By Shadow in forum C Programming
    Replies: 10
    Last Post: 04-28-2002, 09:05 AM