TheSwamp

Code Red => VB(A) => Topic started by: Ron Heigh on September 11, 2004, 01:28:54 PM

Title: VBA abort current command
Post by: Ron Heigh on September 11, 2004, 01:28:54 PM
If I add a reactor in the VBA environment to monitor doubleclick, can I tell it to abort the current doubleclick?  I hope that makes sense.

I want to kill what the user is trying to do internally and have it do what I want.  It doesn't mean only doubleclick, any command I want to have control over!
Title: VBA abort current command
Post by: Keith™ on September 11, 2004, 11:49:51 PM
Hmm.... on commands you might be able to intercept the command with the begin_command reactor and then send ^C^C to the command line with SendCommand but I am not sure if it would work, since the VBA command is active.