|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
bold selected texttrying to convert selected text in a textbox to bold font.
can someone provide me code sample? thanks. Mike,
In my idea is what you want with a textbox impossible (or you should set your computer in any way only displaying bold characters). Use for your purpose the richtextbox. Cor On Nov 29, 10:35 am, mike <m***@discussions.microsoft.com> wrote:
> trying to convert selected text in a textbox to bold font. Just to make sure you understand Cor's message... He's telling you,> > can someone provide me code sample? > > thanks. correctly, that you can't get there from here. In a normal TextBox contorl, the font is either bold or it's not. You can't have some bold, some not bold. To accomplish that, you need to use a RichTextBox control. -- Tom Shelton On Thu, 29 Nov 2007 09:35:01 -0800, mike
<m***@discussions.microsoft.com> wrote: >trying to convert selected text in a textbox to bold font. You can't do that. A Textbox has one Font property that applies to> >can someone provide me code sample? all of the text.
remember a forms position on the screen
Multiple Stored Procedure Calls within single transaction How does a project find dlls that it uses - where do I put them? how to call Change() with System.Threading.Timer Setting SelectedItem of ComboBox programatically not working If Statement, Please Help Urgent: XP, Vista logoff application (WM_QUERYENDSESSION) List Boxes VB RegEx Question Visual Studio 2008 Power Packs |
|||||||||||||||||||||||