|
-
Jun 24th, 2006, 03:12 AM
#1
Thread Starter
Just Married
Can I copy and paste Images in rich text box
Last edited by shakti5385; Jun 24th, 2006 at 04:11 AM.
-
Jun 24th, 2006, 06:42 AM
#2
Thread Starter
Just Married
Re: Can I copy and paste Images in rich text box
-
Jun 24th, 2006, 07:01 AM
#3
Lively Member
Re: Can I copy and paste Images in rich text box
-
Jun 24th, 2006, 07:21 AM
#4
Hyperactive Member
Re: Can I copy and paste Images in rich text box
how i didnt find any picture property in richtextbox.
-
Jun 24th, 2006, 07:44 AM
#5
Thread Starter
Just Married
Re: Can I copy and paste Images in rich text box
-
Jun 24th, 2006, 07:45 AM
#6
Lively Member
Re: Can I copy and paste Images in rich text box
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
-
Jun 24th, 2006, 07:47 AM
#7
Re: Can I copy and paste Images in rich text box
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.
pete
-
Jun 24th, 2006, 09:23 AM
#8
Re: Can I copy and paste Images in rich text box
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|