Group: microsoft.public.vb.general.discussion · Group Profile · Search for Keepgoing in microsoft.public.vb.general.discussion
Author: RB Smissaert
Date: Mar 24, 2008 11:30
What would be the simplest way to interrupt a running procedure in a VB6 ActiveX dll? I call this dll from Excel and I would like to interrupt the procedure if the spacebar is hit. There is no problem to do this when all the code is in VBA and I can simply change a global variable when a control keyboard event is fired when that control has the focus, in this case a treeview control, but
|