English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I know this isn't difficult. I'm placing a context menu over buttons in the interface. I have the context menu set up and think I am calling the right event thru the code but it isn't working.

Anyone have a good site to get more info on the context menu implementation? Or can you explain it to me?

2007-03-24 12:32:16 · 2 answers · asked by Rabbit 5 in Computers & Internet Programming & Design

2 answers

A context menu does not show up in the menu bar. The difference between a "menu", and a "context menu" is: A context menu is when you "right-click". Create a context menu, Add an item with code. Click the main form, in the properties window under "Behavior", there is a drop down menu next to "Context Menu". Choose the menu that you created. When ever you right-click the form, the items that you created will show. Do you mean that you want to open the context menu through a inputbox or something? If you want to do that, you will need to loop through all the objects, and test each one.

2007-03-25 04:47:39 · answer #1 · answered by Anonymous · 0 0

check out http://www.pscode.com for all sorts of sample codes.

2007-03-24 12:46:49 · answer #2 · answered by Richard H 7 · 0 0

fedest.com, questions and answers