|
-
Dec 16th, 2007, 04:37 AM
#1
Thread Starter
Frenzied Member
How to export Picture in picturebox to Office
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
-
Dec 16th, 2007, 04:42 AM
#2
Re: How to export Picture in picturebox to Office
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?
-
Dec 16th, 2007, 05:09 AM
#3
Re: How to export Picture in picturebox to Office
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"
-
Dec 16th, 2007, 05:15 AM
#4
Thread Starter
Frenzied Member
Re: How to export Picture in picturebox to Office
 Originally Posted by Hack
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?
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.
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
|