Results 1 to 8 of 8

Thread: What other cool stuff can be done with "SetSysColor" ???

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2001
    Posts
    484

    What other cool stuff can be done with "SetSysColor" ???

    Hi, i'd recently found out from somebody that i can actually change the standard Window's Title Bar Color to what ever color i want. And i think it's sooo cool. But currently i only know one thing that can be done with this flexible api function. Can anyone tell me what other things i can do with this API and how??? It will be well appreciated!!!

    many thanx~!

  2. #2
    jim mcnamara
    Guest
    There are good api sites on the net. VBAPI is one of them:

    http://www.vbapi.com/ref/s/setsyscolors.html

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2001
    Posts
    484
    Hey thanx for that, it's got ALL the stuff i want
    Winapi's cool eh
    anyway thanx

  4. #4
    Megatron
    Guest
    Well, there's really nothing else you can do with that function besides change colors.

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2001
    Posts
    484
    i mean OTHER api', or all of them!

  6. #6
    Megatron
    Guest
    I'm not sure if I understood you right, did you mean what other things you could change? If so look for any constant that begins with COLOR_. Here are just a few of them
    Code:
    Private Const COLOR_INACTIVEBORDER = 11
    Private Const COLOR_INACTIVECAPTION = 3
    Private Const COLOR_INACTIVECAPTIONTEXT = 19
    Private Const COLOR_HIGHLIGHTTEXT = 14
    Private Const COLOR_GRAYTEXT = 17
    Private Const COLOR_BTNTEXT = 18
    Private Const COLOR_BTNFACE = 15
    If you meant where you can get other API functions, go to www.allapi.net and download API-Viewer.

  7. #7
    Member
    Join Date
    Dec 2001
    Posts
    48
    Is there any way these or similar API's can be used to change the colors of just your running application without changing all running apps. I have seen the Title Bar Color App - but it changes all Title bars even the ones other apps created. I need a way to change system colors that are local t just my program.

  8. #8
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    Other people have asked about the Titlebar as well. The general consensus is that with this, it is either all or nothing.

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