how to close capture control interface
Hi All:
I have referred a macro by the link https://forums.mediacy.com/discussion/716 the macro is below:

Now I try to revise this macro by adding the function of closing capture control interface like blow, could someone give direction please? Thank you.

I have referred a macro by the link https://forums.mediacy.com/discussion/716 the macro is below:

Now I try to revise this macro by adding the function of closing capture control interface like blow, could someone give direction please? Thank you.

If panelControl.Name = "McCapturePanel" Then ' to find if the panel is capture
panelControl.FindForm().Close() ' try to close it.
0
Answers
-
You can close the capture options panel using the macro below (recordable):
Public Sub CloseCaptureOptions With Capture.CaptureCommands.ControlPanel(Nothing) .Show = False .Run() End With End Sub
Yuri0 -
Hi YuriG:
Thanks for your prompt response, it works.0
Categories
- All Categories
- 961 Image-Pro v9 and higher
- 9 Image-Pro FAQs
- 18 Image-Pro Download & Install
- 448 Image-Pro General Discussions
- 486 Image-Pro Automation (Macros, Apps, Reports)
- 20 AutoQuant Deconvolution
- 2 AutoQuant Download & Install
- 18 AutoQuant General Discussions
- 195 Image-Pro Plus v7 and lower
- 3 Image-Pro Plus Download & Install
- 106 Image-Pro Plus General Discussions
- 86 Image-Pro Plus Automation with Macros
- 19 Legacy Products
- 16 Image-Pro Premier 3D General Discussions
- 26 Image-Pro Insight General Discussions