gettingstarted
[Top] [All Lists]

appending to a menu

To: gettingstarted at lists dot realsoftware dot com
Subject: appending to a menu
From: GAmoore at aol dot com
Date: Fri, 29 Apr 2005 15:14:51 EDT
Delivered-to: gettingstarted at lists dot realsoftware dot com
I read the online reference, and its not telling me what i want to know. I 
have a window with a menu bar, and there are two menus, first one is called 
"show". I want to append a list of things to that menu item. I put this code in 
:

   Dim show_item as New MenuItem
   show_item.text="Paste Special..."
   menuTimeDay.Append(show_item )

and it adds a third menu (unenabled). However, I can not put any of these
menuTimeDay.show.Append(show_item )
show.Append(show_item )

So I am stumped.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>
  • appending to a menu, GAmoore <=