Hi all,
Does anybody know how to rotate the computer display by 90 degrees programmatically in Labview?
I searched on the internet and got an idea to use user32.dll to do that.
They used EnumDisplaySettings() and ChangeDisplaySettings() to do that.
However I'm not quite familiar with C.
Looking for help to do it with Call Library Function Node.
Thanks.
(windows 7 64bit, labview 32bit)