Thread: Links to menu items

  1. #1
    Registered User
    Join Date
    Apr 2005
    Posts
    39

    Links to menu items

    1. How do you create a link in the text of a certain menu item to another menu item?

    For example, you have the text "Click here to save!" (example, won't really save) in the menu item File --> New. The link goes to File --> Save. Then when you click on the word "here" then it does the same thing as if you clicked File --> Save on the menu.

    I print text using TextOut
    I use Dev C++, windows xp
    If you need any other info, feel free to ask.

  2. #2
    uh oh
    Join Date
    Jan 2005
    Location
    Ontario, CA
    Posts
    66
    I believe you have to look into using a RichEdit rather then just an edit box for starters. Look into the MSDN docs on RichEdits and I believe you'll find your answer. I could be wrong so if so, someone please correct me.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 03-05-2009, 10:25 AM
  2. Another syntax error
    By caldeira in forum C Programming
    Replies: 31
    Last Post: 09-05-2008, 01:01 AM
  3. HELP!!!!emergency Problem~expert please help
    By unknowppl in forum C++ Programming
    Replies: 9
    Last Post: 08-21-2008, 06:41 PM
  4. HELP!!!!emergency ~expert please help
    By unknowppl in forum C Programming
    Replies: 1
    Last Post: 08-19-2008, 07:35 AM
  5. Constructive Feed Back (Java Program)
    By xddxogm3 in forum Tech Board
    Replies: 12
    Last Post: 10-10-2004, 03:41 AM