Any one here know how to export picture in picturebox to the Microsoft Office so that I can show the picture in Microsoft Office. How to do that?Have sample as starter
Printable View
Any one here know how to export picture in picturebox to the Microsoft Office so that I can show the picture in Microsoft Office. How to do that?Have sample as starter
First off, congratulations on 1K posts! :)
Second, "Microsoft Office" is a pretty broad platform. What particular part of Office are you dealing with?
Thirdly, is the picturebox in question a VB picturebox on a form in one of your projects?
try saving the picture to the hard drive in the office folder where microsoft office pictures are kept.
Example,
Code:SavePicture me.picture1.image, "c:\picture1.jpg"
Quote:
Originally Posted by Hack
Yes, It is a VB picturebox on a form. I want to export the picture in the picturebox on form to microsoft word just one click.