adding jpg to textbox
Has anyone try to insert a jpg file or bmp file to a textbox
This can be manually in corel 11.
I have this code where mytext is my textbox where I insert addingtext,
How would it be my syntaxis to insert into textbox a file instead a text
mytext.Text.Story.InsertAfter "addingtext"
|