Results 1 to 3 of 3

Thread: Menu Items

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 1999
    Location
    Cincinnati, OH
    Posts
    66

    Post

    How can I create menu items on the fly?

  2. #2
    Addicted Member
    Join Date
    Oct 1999
    Posts
    232

    Post

    Create on form a menu (like 'file') with a submenu (like 'open'). Change submenu index property to zero (as array).

    And add follow source to form load event:

    mnuSub(0).Caption = "SubItem #0"
    Load mnuSub(1)
    mnuSub(1).Caption = "SubItem #1"

    ------------------
    smalig
    [email protected]
    smalig.tripod.com

  3. #3
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744

    Post

    Look at This Routine posted by Aaron Young.

    Regards,

    ------------------

    Serge

    Software Developer
    [email protected]
    [email protected]



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width