I'm a bit shy about asking this question because I really should know, but... does anybody know how to shut down the ESignal GUI from within VB?
Actually, what I really want to do is send Ctrl-E (Close all and Save) to the GUI.
I've tried a mixture of SendMessage() APIs as well as SendKeys statements but I just can't get it to work.
If you do know, it would be really helpful to me right now.
Thanks
Arold
Actually, what I really want to do is send Ctrl-E (Close all and Save) to the GUI.
I've tried a mixture of SendMessage() APIs as well as SendKeys statements but I just can't get it to work.
If you do know, it would be really helpful to me right now.
Thanks
Arold
Comment