getting system color

Im not sure what you mean with 3d Objects color, but try:
Code:
MyColor = SystemColors.ActiveCaption
will return the window title bar color
 
yea i got that

if u go right click on desktop

and if ur xp user or just norma windows user

u can select an item from the combo

one of them is 3d objects
 
Ok, well the 3d objects that you are looking for is all the Control system colors (See the help on the SystemColors class for more details)
 
Back
Top