Results 1 to 3 of 3

Thread: need screen capture as image, not object

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Aug 2001
    Location
    new jersey
    Posts
    2,904

    need screen capture as image, not object

    I can capture a screen shot with no problem (this is manually, not with VB code), but I can't seem to figure out how to save it as anything other than a Microsoft Object. That is, I can embed it in MS office files with no problem, but I need to save it as an image. BMP or JPG or most anything.

    Any help appreciated.

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    um... are you using the clipboard? Why not just paste it into Paint? Sae it as a bitmap....Or... paste it into Word, then Save As Webpage -- Word will convert the image into a a gif (or jpg, I don't remember which)....
    plaan be also works via code....
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Aug 2001
    Location
    new jersey
    Posts
    2,904
    thanks. Yeah, I was using the clipboard, which was my problem. Going directly into paint works fine.

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