Machsupport Forum
Mach Discussion => VB and the development of wizards => Topic started by: system32 on June 04, 2010, 12:39:53 PM
-
On the Menu on Mach3 there is PlugIn Control > Video Window. I want to create a button on my screen to open that windows so you dont need to keep going to the menu to select it. Is this possible? If so, how would I do this?
Thanks :)
-
Try this as a button script,
SendKeys "+%(P)V"
Greg
-
Thank you. Worked.