Results 1 to 4 of 4

Thread: How to export Picture in picturebox to Office

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2007
    Location
    Malaysia
    Posts
    1,370

    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

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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?

  3. #3
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

    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"

  4. #4

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2007
    Location
    Malaysia
    Posts
    1,370

    Re: How to export Picture in picturebox to Office

    Quote 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
  •  



Click Here to Expand Forum to Full Width