Advertisement

1 - 10 of 537 containing alltags:("richtextbox") (0 seconds)
Is it possible to include a picture in a RichTextBox? Like in Write, f.ex.
Zones: Visual BasicDate Answered: 03/15/1998 Grade: B Views: 0
I am trying to use a richtextbox to build an editor, after I try to print information from the application (which prints) I exit to the main form and exit the program, at this point I receive a mes...
Zones: Visual BasicDate Answered: 03/11/1998 Grade: B Views: 0
I would like to load the current line in a RichTextBox into a string which I can then read. I would like to do this each time the line number changes.  I can determine when the line changes, but I ...
Zones: Visual BasicDate Answered: 04/03/1998 Grade: B Views: 0
I want to loop through each line in a RichTextBox Control. How can I do that in a easy way .... I cant find any methods for that.   Thanks
Zones: Visual BasicDate Answered: 02/26/1999 Grade: B Views: 0
How do i preserve the line by line formatting (ie bold text) when i add text to this control.   I use: rtb.text = rtb.text + mystring the formatting is lost when i use the text property to add add...
Zones: VB ControlsDate Answered: 04/22/1999 Grade: A Views: 0
How do I write to the richtextbox and still retain  hte previous formatting?  EX. "This is the first line and is BOLD, 14" "This is the second line and is normal, 8"
Zones: Visual Basic, Font CreatorDate Answered: 07/24/1999 Grade: A Views: 0
How do I add a line break to a RichTextBox? I would like to print a line and then a break before the next line.
Zones: Visual BasicDate Answered: 03/14/2002 Grade: A Views: 0
Hi All!! Is it possible to read the contents of a RichTextBox in another (nonVB)Application, and write to it. How can I do this. Any examples are welcome. Thanks...
Zones: Visual BasicDate Answered: 01/11/2000 Grade: C Views: 0
I am unable to use Horizontal Scrolling in RichTextBox Control when my Multiline property is True.
Zones: Visual BasicDate Answered: 12/02/1999 Grade: A Views: 0
Hi I read McRiders answer to a question about OLE and RTF. Cant u just use: 'Text1.Text contains the address to the Image, like C:\image.jpg Sub Form_Load Label1.Caption="-1" End Sub ...
Zones: Visual BasicDate Answered: 05/05/2000 Grade: A Views: 0