Format BOLD And ITALIC To Same Text?

Apr 7, 2011

Can we able to format BOLD and ITALIC to the same text?

View 1 Replies


ADVERTISEMENT

Formatting Text (Bold, Italic, Underline) Etc Going Into A RTB

Mar 14, 2011

RTB.text (or .rtf) = "Some text" & "some bold text" & TextBoxA.text & BoldTextBoxB.text.

How to I make "some bold text" bold and the text in "BoldTextBoxB" bold when it goes into my RTB?

I need bold, italic, and underline, but would prefer a general solution.

View 9 Replies

Keep Bold / Italic / Underline Options On Text Resize

Dec 20, 2009

i am using the following code to resize text.all you have to do is hold the Shift key down and scroll the MouseWheel either up or down..[code]i cannot seem to figure out, is how to keep the font options that were previously set ex.if i set a word to bold, italic, or underline, and use my shift + mousewheel to resize all or just selected text, all the options are reset to default, meaning, no options as previously selected..

View 7 Replies

Display Text Which Were Read From .xml Database As Color, Italic, Bold, Etc In Richtextbox?

Nov 18, 2010

I need to display my text which were read from .xml database as color, italic, bold, etc. in richtextbox, how do i make a code to do that,The reading and displaying is fine, but when certain word like again is read it should display in italic, and whenever a word like over is read it should be display in bold or underline etc.I use vb.net 2003 and .xml for the database.

View 1 Replies

Bold/Italic W/different Fonts?

Dec 7, 2009

When I try and bold two different fonts at the same time, it won't work. Is there any way I can do this like it works in a Font Dialog? Here's my code:

Code:
Try
If RichTextBox1.SelectionFont.Bold = True Then

[code].....

View 1 Replies

Bold / Italic / Underline For Multiplefonts

Jul 14, 2009

I hav written some code for creating bold, italic , underline text in rtb but its not working for text consisting of multiple font.[code]where frmDocument is the child form containing rtb and text1 is rtb. What is the problem?

View 11 Replies

Richtextbox's Fontstyle Between Bold/italic/underline

Jul 2, 2009

I have created a page where I can toggle the richtextbox's fontstyle between bold/italic/underline. This works flawlessly. However, when I assign it more than one font style I do not know how to tell which ones it has through code. For instance if I bold something I can simply check richtextbox.SelectionFont.Bold but what about if it is bold and italic?

View 2 Replies

Richtextbox Control: Bold / Italic Formatting Lost On Save?

Aug 11, 2009

i have a RTB in my application for notes. Ive put it in a panel with a toolstrip and buttons for bold, italic, underline etc.This works fine,

[Code]...

View 14 Replies

VS 2008 - Create A Page Where A User Can Type A Document And Have It Be Bold Italic Or Underlined?

Jul 2, 2009

I am trying to create a page where a user can type a document and have it be bold italic or underlined. When the user clicks on bold and italic it should be bold and italic. when they are not clicked it should not be. I am having trouble finding a stable solution. I can only seem to change it to either bold or not bold or italic or not italic and not bold and italic.

View 10 Replies

Format The Text So It Can Be Saved As Courier New Or Bold?

May 18, 2011

i'm writing a simple program that outputs a report to a text file with code similar to below PrintLine(1, "Hello", "World") my question is how to format the text so it can be saved as courier new or bold? frustrated visual basic user

View 2 Replies

VB Text Format - BOLD And ALIGNMENT (Right, Left, Center)

Jul 10, 2011

In VB, to do a newline feed its VbCrLf, but to do text format - BOLD and ALIGNMENT (Right, Left, Center)....how?

This is my code that I will use for printing..

1) I want to make Textbox1.text and textbox2.text in BOLD text format and in center alignment that will output to

My printout.. Because the output is always in align left.

CODE:

View 6 Replies

Make The Textbox.text Turn Italic ?

May 18, 2010

I am trying to make the textbox.text turn italic when textbox.text = "" using:

If TextBox1.Text = "" Then
TextBox1.Font.Italic = True
End If

However, it says Property 'Italic' is 'ReadOnly'.Also, I am trying to turn the font color to red with a button, and turn it back to black with another.

View 2 Replies

How To Bold A Value In String.Format

Apr 9, 2010

In my app I am making a bunch of calculations and then putting them in a multi-line text box. I need the values to be in currency and I would also like to have them in bold text. I can format it to currency, but how do I set the currency value to bold text?Below is a sample of what I have.

resultTextBox.Text = _
(We think your costs will be " & String.Format("{0:C}", yourCost) & _
"." )

[code].....

View 12 Replies

VB Richtextbox - Setting Specific Text To Italic Font Style

Mar 19, 2011

I have created a Richtextbox, which produces text based on user-inputted variables as well as some basic formatting - eg: name = txtname.text richtextbox1.text = "Hello my name is " & name & "." What i want to do is set the text in the name variable in Italics when it is displayed, like this.

View 3 Replies

Change Selected Listbox Items Format To Bold At Run Time?

Feb 24, 2009

Is it possible to change the text format of a ListBox selected item at run time?

View 14 Replies

Make A Group Box's Text Bold But Not The Text Of Controls Contained In It?

Feb 17, 2012

I went and created a tab containing a good amount of controls, most of which are contained within what I'll just call the top-level group box. Now I decide I'd like the text of the top-level group box to be bold, but nothing else. When I set the top-level group box's font to bold, however, all of the controls contained within it become bolded as well, which is what I don't want. I can set each individual control's bold property to false, but it seems like there should be an easier way to do this.

View 2 Replies

VS 2010 - Apply A Bold Style To The Text Of A Text Box?

Mar 20, 2011

How can i apply a bold style to the text of a text box?

View 4 Replies

Bold Only Certain Text In A Textbox?

May 26, 2010

Is it possible to bold only certain text in a textbox? Also the same for coloring and underlining and such?

View 20 Replies

Bold Text Of A Stringbuilder?

Apr 4, 2007

I'm trying to find out an easy way of bolding a string of my stringbuilder...if that is even possible.The stringbuilder eventually passes all the text to richtextbox..I'd like to bold this string

sb.AppendLine("--------------------------------")
and also
sb.AppendLine("Results for " & finalname)

[code].....

View 6 Replies

How To Bold And / Or Italics Text In RTF

Aug 20, 2010

I want to highlight certain words in a doc in a richtextbox and make it bold.

View 11 Replies

Bold Text Added To Listbox?

May 25, 2010

I have a form that users record some event that is happening. They enter in what different things are occurring, for instance like a Basketball game. When certain events happen "steal", "score", "foul" these will get inputted to a listbox that records the whole game and is timestamped. However for these specific event i want them BOLD . So it would look something like

3:24 STEAL 3:25 #45 stole the ball, passed to #54

Or something like that. How do i get certain items to be bold?

View 7 Replies

FindReplace & Bold Text In A String?

Apr 20, 2009

I am donig some FindReplace in my app and I wanted to know if there was a way to bold the text that i'm "replacing".I've found other posts on Bolding text in a RichTextBox through a While loop but I wanted to do this in a string and the .Find is not an option for Strings.Here's my code sample:

Code:
FormatData = Replace(FormatData, "TEST" , "THIS SHOULD BE BOLD")

View 1 Replies

Forms :: How To Set Selected Text Bold

Feb 16, 2009

I just couldn't find the right words to say it but, the thing is, I just want to make a certain word inside a paragraph bold. The word will be automatically set to bold in runtime. See for example the words 'John' shall be all set to bold.

Here is the

tempstr = tempstr.Replace(vbTab, "")
Dim secstr As String = tempstr.Replace(Chr(10), " ")
str = Split(secstr, " ")

[Code]....

the output of the above code is, it only makes the first occurence bold. All other word "John" are just set to Regular text when what I want is to make it all bold.

What is lacking? I used the "for each loop" to visit all the words.

View 2 Replies

VS 2008 Bold Text In A RichTextBox?

Jun 18, 2012

on a timer that ticks every 1ms have it:

if RichTextBox1.Contains "begin" then
change "begin" to "begin".bolded
end if

[Code].....

View 6 Replies

VS 2010 Bold Certain Text In Richtextbox?

Mar 8, 2011

I'm trying to have a feature in my application where every time the user presses the "-" key the word directly before it becomes bold. This much I've been able to figure out:

[Code?

View 4 Replies

Answered Making A My.Settings Bit Of Text Bold?

Aug 12, 2010

I'm using My.Settings to store some text information which will be displayed to the user under certain conditions. What I'd like to know is whether part of the text (not all of it) can be formatted in bold?

The reason I'm storing in My.Settings is because it can be customized but not to the extent where I need to store it in a database. And while I'm at it, is it possible to format parts of MessageBox text and labels in bold, or is this an all or not at all situation i.e. changing the font property?

View 2 Replies

Bold Text String When Adding It To Listbox?

Mar 28, 2011

I'm adding text string into a list box together with data retrieved from text box, and I wanna bold that text but really don't have any idea how to do so.

E.g. listProducts.Items.Add("Product Name - " & textProdName.text)

I just wanna bold that first bit of text in the quotes.

View 3 Replies

Change To Bold A Part Of The Label's Text

Dec 7, 2009

How can i change to bold a part of the label's text? e.g. "&Hello" will appear as: "Hello"
"Hello John" how can i make it appear as: "Hello John"?

View 4 Replies

How To Make Dialog Text (Certain Words) Bold

Feb 6, 2012

I want to change certain words in line as bold and remaining words as normal case. And I want to display this kind of text in dialog box. I want to achieve it in vb 2008.

View 3 Replies

Make Bold Textbox Text Using Checkbox?

Jun 9, 2011

IN VB.NET (VISUAL STUDIO 2005)I HAVE taken one textbox with some message and want to bold it by using chkbox control when checkbox is checked the text in textbox should be bold otherwise it is regular.i tried the code too many different ways but till now problem is not solved

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved