Apr 8, 2003 #1 W Winston Junior Contributor Joined Jan 25, 2003 Messages 266 Location Sydney, Australia hey guys how do u get a system color like 3d Objects color
Apr 9, 2003 #2 C Cywizz Centurion Joined Jan 31, 2003 Messages 136 Location JHB, South Africa I'm not sure what you mean with '3d Objects color', but try: Visual Basic: MyColor = SystemColors.ActiveCaption will return the window title bar color
I'm not sure what you mean with '3d Objects color', but try: Visual Basic: MyColor = SystemColors.ActiveCaption will return the window title bar color
Apr 9, 2003 #3 W Winston Junior Contributor Joined Jan 25, 2003 Messages 266 Location Sydney, Australia 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
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
Apr 9, 2003 #4 C Cywizz Centurion Joined Jan 31, 2003 Messages 136 Location JHB, South Africa 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)
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)