Stupid Question. Is it possible to change from Normal to Bold type within a text box?
Thanks
Larry
Stupid Question. Is it possible to change from Normal to Bold type within a text box?
Thanks
Larry

This month, every Windows Secrets subscriber can download a one-chapter excerpt of Windows 7: The Missing Manual.Windows 7: The Missing Manual provides valuable information to help you overcome these difficulties in learning a new operating system. Subscribe today to download your free excerpt.
It isn't a stupid question. You can change the font of the textbox to bold, but you can't change individual parts of the text to bold. Is that what you wanted to know?
To change the whole TextBox to bold, you set the FontWeight property of the textbox to 700 in code, or to Bold in the property sheet for the control.
Charlotte