Home
Search
 
What's New
Index
Books
Links
Q & A
Newsletter
Banners
 
Feedback
Tip Jar
 
C# Helper...
 
XML RSS Feed
Follow VBHelper on Twitter
 
 
MSDN Visual Basic Community
 
 
 
 
 
TitleMake a button with colored text
Keywordscommand button, CommandButton, button, caption, colored text
CategoriesControls
 
The CommandButton does not have a ForeColor property so you cannot set its color that way. Instead, create a bitmap holding the text you want to display in the color you want. Set the button's Picture property to this bitmap, its Style property to Graphical, and its Caption property to "".
 
Formatted by Neil Crosby
 
 
Copyright © 1997-2010 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated