Results 1 to 6 of 6

Thread: QUestion

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2002
    Posts
    9

    Question 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.

  2. #2
    Hyperactive Member
    Join Date
    Apr 2002
    Location
    uk
    Posts
    327
    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.

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2002
    Posts
    9
    Does anyone know where i can find an example of this?

    Thanks for helping

  4. #4

  5. #5
    Member
    Join Date
    Feb 2002
    Posts
    38
    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]

  6. #6

    Thread Starter
    New Member
    Join Date
    May 2002
    Posts
    9

    Thumbs up

    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
  •  



Click Here to Expand Forum to Full Width