Machsupport Forum

Mach Discussion => VB and the development of wizards => Topic started by: system32 on June 04, 2010, 12:39:53 PM

Title: How can I open video window from button on screen?
Post 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 :)
Title: Re: How can I open video window from button on screen?
Post by: Greolt on June 04, 2010, 05:16:44 PM
Try this as a button script,

SendKeys "+%(P)V"

Greg
Title: Re: How can I open video window from button on screen?
Post by: system32 on June 05, 2010, 10:12:49 AM
Thank you. Worked.