I don't remember the answer but I recall reading of someone else having and fixing the problem on these boards in the not too distant past edit: it didn't involve someone elses monotor found.courtesy of rhinokey: ok heres a quick fix for this problem ,and it also fixes lost photoshop windows, 1.in max press m to pop up the…
In 3dsmax.ini find for example the [MtlEditorPosition], you should change all lines below this one which contains 4 numbers (e.g MainWindow=827 11 367 808, 827 and 11 are X and Y) Here is a macro which do that: ( max_ini_file = getMAXIniFile() setinisetting max_ini_file "RenderDialogPosition" "Dimension" "200 200 355 792" )