change window title?

Just starting out? Need help? Post your questions and find answers here.
muab256
User
User
Posts: 43
Joined: Mon Apr 28, 2003 4:57 pm

change window title?

Post by muab256 »

heyas !

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

thx
muaB
Henrik
Enthusiast
Enthusiast
Posts: 404
Joined: Sat Apr 26, 2003 5:08 pm
Location: Denmark

Post by Henrik »

Hi
SetWindowText_(WindowID(),"NewName")

Henrik
Fred
Administrator
Administrator
Posts: 18351
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Try this:

Code: Select all

SetWindowText_(WindowID(xxx), "Your new title")
Fred
Administrator
Administrator
Posts: 18351
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Ok, I'm too slow :)
Henrik
Enthusiast
Enthusiast
Posts: 404
Joined: Sat Apr 26, 2003 5:08 pm
Location: Denmark

Post 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
muab256
User
User
Posts: 43
Joined: Mon Apr 28, 2003 4:57 pm

Post by muab256 »

many thx =)

it worked (as u know hehe)

muaB
Post Reply