11-10-2008 04:45 AM
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
Solved! Go to Solution.
11-10-2008 05:12 AM - edited 11-10-2008 05:12 AM
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.
11-10-2008 05:25 AM