@EricLi,
Is this a window that you're attached to via Blue Prism, or is it just some other application window on the desktop? You can move a window using a Code stage and the Windows functions
FindWindow and
SetWindowPos.
There are various examples on the internet using either VB or C#. Unfortunately, I don't think there are any standard VBOs on the DX that implement this functionality though. Something we'll have to address.
Cheers,
Eric