Page 1 of 1

change window title?

Posted: Sat May 03, 2003 3:49 pm
by muab256
heyas !

how could i change the title of the window without closing/reopening it?

thx
muaB

Posted: Sat May 03, 2003 3:54 pm
by Henrik
Hi
SetWindowText_(WindowID(),"NewName")

Henrik

Posted: Sat May 03, 2003 3:56 pm
by Fred
Try this:

Code: Select all

SetWindowText_(WindowID(xxx), "Your new title")

Posted: Sat May 03, 2003 3:56 pm
by Fred
Ok, I'm too slow :)

Posted: Sun May 04, 2003 2:18 pm
by Henrik
HA! This old guy was faster than Fred lol :D
And i don't consider it cheating, not using the Code-tags: 8)

But i think, i must say that i'm very impressed by the speed your able to write
"Fixed." milli-sec. after ppl. have posted a prob. on the Bug Reports Forum. :o

Bedst Regards
Henrik

Posted: Sun May 04, 2003 7:58 pm
by muab256
many thx =)

it worked (as u know hehe)

muaB