|
-
May 17th, 2002, 10:23 PM
#1
Thread Starter
New Member
QUestion
Im pretty new to API and i got a question, is there a way to change the Text of the title bar(Temporarily) in any program(EX. instead of it saying America Online, i change it to AOL)?
Also is there a way to change the background color of a program to something else.
Thanks for the help, sorry for the noob question
Last edited by Em123; May 17th, 2002 at 10:43 PM.
-
May 18th, 2002, 03:57 AM
#2
Hyperactive Member
You can change the title bar text, using SetWindowText. In order to use it though, you'll need to have the handle to the window, which you can find using FindWindow.
Changing the backgruond color might be achieved through the SendMessage API, but I'd have no idea what message to send.
-
May 18th, 2002, 10:12 AM
#3
Thread Starter
New Member
Does anyone know where i can find an example of this?
Thanks for helping
-
May 18th, 2002, 12:19 PM
#4
Hyperactive Member
-
May 18th, 2002, 08:20 PM
#5
Member
courtesy of google, hope this gets you on the right track:
http://coolvb.cooltech.org/reinvent.shtml
Chris Haas
Web Developer
Ovation Advertising & Marketing
p. (608) 785-2460
e. [email protected]
-
May 18th, 2002, 09:31 PM
#6
Thread Starter
New Member
Thanks so much that really helped.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|