|
-
Oct 12th, 2001, 01:49 AM
#1
Thread Starter
Hyperactive Member
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~!
-
Oct 12th, 2001, 05:58 AM
#2
There are good api sites on the net. VBAPI is one of them:
http://www.vbapi.com/ref/s/setsyscolors.html
-
Oct 12th, 2001, 09:28 AM
#3
Thread Starter
Hyperactive Member
Hey thanx for that, it's got ALL the stuff i want
Winapi's cool eh
anyway thanx
-
Oct 12th, 2001, 02:58 PM
#4
Well, there's really nothing else you can do with that function besides change colors.
-
Oct 12th, 2001, 08:37 PM
#5
Thread Starter
Hyperactive Member
i mean OTHER api', or all of them!
-
Oct 13th, 2001, 11:12 AM
#6
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.
-
Dec 4th, 2001, 10:07 PM
#7
Member
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.
-
Dec 5th, 2001, 09:36 AM
#8
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|