heyas !
how could i change the title of the window without closing/reopening it?
thx
muaB
change window title?
Try this:
Code: Select all
SetWindowText_(WindowID(xxx), "Your new title")


