Hi all I am experimenting/playing with a utility (to be used at design time) which I want to invoke using an ON KEY LABEL assignment and I want to be able to give choices for which key combination brings up the utility ... I don't want to modify any menus .. I simply want to invoke my utility via an ON KEY LABEL assignment/hotkey
Looking at the available ON KEY LABEL options and discarding those which would be silly to assign (like END, PGUP, DEL etc etc) I get a shortlist of candidates which are: F1 to F12 CTRL+F1 to CTRL+F12 ALT+F1 to ALT+F12 ALT+0 to ALT+9 ALT+A to ALT+Z CTRL+A to CTRL+Z I am now trying to set up an options form to get the user's choice of hotkey - the form has a textbox with code in its keypress method/event Trying various key combinations (amongst the candidates listed above) I am getting one of three results: 1. Default Fox behaviour, e.g. CTRL+F2 2 Nothing at all, e.g. ALT+6 3. A potentially useful candidate like F12 I'm pretty much stumbling around, for the time being, and wonder whether anybody has any insights/suggestions which might help me forward ... Paul Newton _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

