Urgently
Printable View
Urgently
Help!!!
yes, that's possible
how i didnt find any picture property in richtextbox.
Any Help!!!
copy and paste with ctrl+c and ctrl+v
if you wan't to add a JPG from a file use
VB Code:
RichTextBox1.OLEObjects.Add , , sFilename
peteQuote:
The RichTextBox control supports object embedding by using the OLEObjects collection. Each object inserted into the control is represented by an OLEObject object. This allows you to create documents with the control that contain other documents or objects. For example, you can create a document that has an embedded Microsoft Excel spreadsheet or a Microsoft Word document or any other OLE object registered on your system. To insert objects into the RichTextBox control, you simply drag a file (from the Windows 95 Explorer for example), or a highlighted portion of a file used in another application (such as Microsoft Word), and drop the contents directly onto the control.