|
-
February 17th, 2000, 03:50 AM
#1
Rich Text Control (RTF)
"mypic.bmp" is a bitmap file. rtfMyText is a rich text box. It is filled with text. I do this:
x = rtfMyText.SelStart
rtfMyText.InsertOleObjectAt x, "myPic.bmp"
but alas the picture is not inserted into the rich text box after all. Indeed I don't even know andcannot find out how to insert a string in the box:
x = rtfMyText.SelStart
rtfMyText.InsertStringAt x, "Hello world!"
Anyone have any ideas on this?
Thanks,
Peter
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
|