Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Use a richtextbox

 

For example:

 

When the user enters any vowel into the Textbox, I want it to appear in Bold.

 

Use a richtextbox. It has the capabilities to style text. You will have to write the code to detect the vowel yourself. Maybe you can use the keypress event.

  • *Experts*
Posted
It probably can with a custom user contorl inheriting a textbox. Then bold the vowels in the Overrides On Paint Sub.......I personally think a rich text box might be eaiser.

Member, in good standing, of the elite fraternity of mentally challenged programmers.

 

Dolphins Software

  • *Experts*
Posted
IT CAN INHERIT FROM A TEXTBOX!!!! and the coding of this type of textbox is quite simple!!! Maybe after you've written some inherited textbox user controls you'll reframe from silly statements like "I can't inherit from TextBox" in the future and simply ask now!!!

Member, in good standing, of the elite fraternity of mentally challenged programmers.

 

Dolphins Software

  • *Experts*
Posted

Diesel, you are a mass of confussion and contradiction!!!

 

I want to know if it can be done in a Textbox.

I answered yes, it can be done.

If you don't know how to do it, don't keep guessing

I do know how to do it and have done it with very complicated Chinese characters, that's why I suggested it to you, the person who doesn't know how to do it.

Member, in good standing, of the elite fraternity of mentally challenged programmers.

 

Dolphins Software

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...