I'm working with the API SetSysColors and need the values of the constants for example:
COLOR_3DDKSHADOW
COLOR_3DHILIGHT
and so on..
Here is the info Microsoft got..
http://msdn.microsoft.com/library/ps...sinfo_619v.htm
Thanks for your help.
Printable View
I'm working with the API SetSysColors and need the values of the constants for example:
COLOR_3DDKSHADOW
COLOR_3DHILIGHT
and so on..
Here is the info Microsoft got..
http://msdn.microsoft.com/library/ps...sinfo_619v.htm
Thanks for your help.
I'm sorry, but the link you posted is for C(++?) I think,
You can get the Constants in the API viewer I think, otherwise you can take them from the color picker in VB, it uses SysColors too!
It's for Visual Basic. I got the info I need now.
Tnx anyway..
I'm a fool. You where right. It was for C++ but I was lucky that it worked..
You are the man!