04-17-2013 04:10 AM
Hi all, I am new here. Hopefully can get an answer for my question here as soon as possible:)
IMAQ Select Point VI is a SubVI that displays the image in the specified window and provides a point tool. Is there any method to control the size of the popup window that display the image?
Thanks in advance.
Solved! Go to Solution.
04-17-2013 05:00 AM
04-23-2013 12:32 PM
It is not machine vision forum, but anyway,
you should be fine with IMAQ WindSize, called prior to IMAQ Select Point with the same windows ID:
Alternatively you can use WinAPI for resizing any window with known title. Quick and dirty something like that:
Andrey.
04-23-2013 01:59 PM
Well, the identical question has been reposted in the LabVIEW forum (here), it should have been answered there...
04-23-2013 11:59 PM
Thank you Andrey, I've just solved the problem by using IMAQ WindSize also, exactly like what you've shown:)