// // SETTITLE.VDM Christian Ziemski 01.06.2006 // // // Sets the title of the VEDIT application by dialog. // // Requires WinSetTitle.exe (compiled by AutoHotkey) // #103=Dialog_Input_1(103,"`VEDIT Title`, `Please type in the title to be set`, `??`, `[&Ok]`,`[&Cancel]`",SET+APP+CENTER,0,0) if ((#103!=1) || (Reg_Size(103)==0)) { return } Sys('WinSetTitle.exe "|@(103)"', SUPPRESS)