LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Select ROI display window

Solved!
Go to solution

Hi

Does anyone know of a way to programmatically set the position of the window displayed when using the IMAQ Select Rectangle. It is centre positioned by default, but I'd preferably like to position it in the top right corner.

An alternative is to set the window size, but once again how can you set the window size for the window displayed when using the IMAQ Select Rectangle VI.

Thanks,

JChec

0 Kudos
Message 1 of 3
(3,371 Views)
Solution
Accepted by topic author JChec

Hi,

 

You can use IMAQ WindMove for positioning (don't forget to set Window Number):

 

 

IMAQ WindSize seems to be unusable for resizing. But probably you can use WinAPI function for resizing (get handle of the window, then call appropriate WinAPI for set size).

 

Andrey.

Message Edited by Andrey Dmitriev on 11-10-2008 12:12 PM
0 Kudos
Message 2 of 3
(3,365 Views)
Thanks Andrey, perfect
0 Kudos
Message 3 of 3
(3,357 Views)