Hello all,
Heres the deal, I have 112 Text Boxes on a form. Each one is Link to a Macro via an On-Click Event which all work lovely.
Now I'd like to add extra features to the form/application.
1. I'd like a drop down menu when the user Right-Clicks on any of the Textboxes. This needs at least 2 Items that trigger other Macros/Functions.
(Note: whatever I use needs to be compatable with 'ActiveControl.Etc')
2. As I'm using Textboxes (for the Back Color properties) the Mouse Cursor is the Text style when over the buttons. I'd like it the remain pointer.
Re: the first question, I'm open to any other means to run more Event/Functions, I just need a solution fast!.
Any ideas, I'm really stuck here. I had thought of trying use a different Event Proceedure for the first problem BUT DblClick is just daft, it triggers both.
Thank for any help.
Heres the deal, I have 112 Text Boxes on a form. Each one is Link to a Macro via an On-Click Event which all work lovely.
Now I'd like to add extra features to the form/application.
1. I'd like a drop down menu when the user Right-Clicks on any of the Textboxes. This needs at least 2 Items that trigger other Macros/Functions.
(Note: whatever I use needs to be compatable with 'ActiveControl.Etc')
2. As I'm using Textboxes (for the Back Color properties) the Mouse Cursor is the Text style when over the buttons. I'd like it the remain pointer.
Re: the first question, I'm open to any other means to run more Event/Functions, I just need a solution fast!.
Any ideas, I'm really stuck here. I had thought of trying use a different Event Proceedure for the first problem BUT DblClick is just daft, it triggers both.
Thank for any help.