Any way to ctrl-DoubleClick

evanscamman

Registered User.
Local time
Today, 11:43
Joined
Feb 25, 2007
Messages
274
I'd like to do different tasks in the OnDoubleClick event of a control based on whether the CTRL key is pressed. Is this possible?

Thank you,
Evan
 
Simple Software Solutions

If you want to automate this and the results of doing so would affect any data, either adding or deleting records could, in my mind be dangerous. Can yoou really rely on the user remembering to press the ctrl key down at the right moment in time.

My suggestion would be to place the intended command on a right click of the mouse. Alternatively when the user double clicks on the control to bring up a either or message box to confirm the correct course of action.

Just a thought, ever the pessimist.

CodeMaster::cool:
 
I was intending to use the ctrl-doubleclick to open a form - that's all.
But, a right-click menu might be nice.

Thanks!
 
Simple Software Solutions

What is the normal double-click doing then?
 
I've got a subform that I use an half a dozen forms.

The double-click action perform a task specific to each parent form.
I would like the ctrl-doubleclick to do a single global task.

Evan
 

Users who are viewing this thread

Back
Top Bottom