Move free definable screens via VSTA
Introduction
When you try to move free defineable screens via the mouse, you will figure out that those screens have no titlebar where you can move it. Can I move screens without title bar in zenon? A quick answer YES. You can achieve this functionality for example via VSTA.
How to move the window
The window can easily be moved via VSTA by using the IDynPicture.Move Method.
void Move(int
Left, int
Top, int
Width, int
Height)
Please download the zenon project backup for further investigation.
Tags: Programming