Is it possible to include a picture in a RichTextBox?
Like in Write, f.ex.
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10040443.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10042484.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10044559.html
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
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10133091.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_10152185....
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"
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10186292.html
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.
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10208704.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10224806.html
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.
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10240154.html
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
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10298613.html
Zones:
Visual BasicDate Answered: 05/05/2000 Grade: A Views: 0