So this is probably going to either very easy to answer and hard to explain or very hard to answer and easy to explain <.<
I have a menu with several options (save, save as..., load - options -cut, paste etc...) I have never had to use a menu gadget before and I have no idea how you register which item in the menu has been clicked on. I have tried several variations of code
do
Item=GetmenuitemChecked(menu1,7)
getevent
if item = 1 and eventtype()= Menu_Click (tried mouse_click too) blah
endif
Text 10, 10, STR$(item)
loop
I cannot figure out how to return the item clicked. I feel noobish. It's probably really very simple. Any understanding would help. TY
-Daryn
Jack and Jill went up a hill to fetch a pale of water... but Jill got tired of his s#%& so she shot him.
