Unfortunately, I don't think it's trivial. For example, if you look at this script: http://www.scriptspot.com/3ds-max/scripts/give-me-back-my-dialogs It actually compiles dotNET code in memory to collect and move windows and dialogs. He has a post about it here, but the latest code is on scriptspot:…
Hi, i try to set the position of the "Relax Tool" dialog right against the mouse cursor. Here is code from the help which alerts me when the dialog is opened. But how can i modifiy it's position? I didn't found anything in the help and also no examples using dotNet. :,(
I'm not sure what you are planning to do but i managed to get the dialog to snap to the mouseposition. If you bind this macroscript to a shortkey you can just press it and it will move the window to your mouseposition mostly referenced this code