menus.......

  • Thread starter Thread starter genc ymeri
  • Start date Start date
G

genc ymeri

Hi,
Is there any component, tip or something to implement the sensitive menu
items or should I implement them manually....??? (for instance, if the no
document is open then the edit/cut/past menu items should be disabled,,,)

thank you inadvance.
 
genc said:
Is there any component, tip or something to implement the sensitive menu
items or should I implement them manually....??? (for instance, if the no
document is open then the edit/cut/past menu items should be disabled,,,)

Add an event handle to "OnPopup" and enable/disable the enries you want.

--
Greetings
Jochen

Do you need a memory-leak finder ?
http://www.codeproject.com/tools/leakfinder.asp

Do you need daily reports from your server?
http://sourceforge.net/projects/srvreport/
 
Back
Top