Results 1 to 6 of 6

Thread: [RESOLVED] Form to jpg

  1. #1

    Thread Starter
    Fanatic Member AccessShell's Avatar
    Join Date
    Oct 2013
    Posts
    790

    Resolved [RESOLVED] Form to jpg

    I need to copy a form during the program execution. In other words, the code to fill the form with the data need to be copied into a jpg maybe using bitblt, I think.

    Did I make myself clear? Can it be done?
    If so, how>

    Thanks

  2. #2

    Thread Starter
    Fanatic Member AccessShell's Avatar
    Join Date
    Oct 2013
    Posts
    790

    Re: Form to jpg

    I did it. Somehow.

  3. #3
    PowerPoster SamOscarBrown's Avatar
    Join Date
    Aug 2012
    Location
    NC, USA
    Posts
    9,145

    Re: [RESOLVED] Form to jpg

    many ways to make a jpg out of what one sees on a form...why not post YOUR solution for others who may have similar situations?
    Sam I am (as well as Confused at times).

  4. #4

    Thread Starter
    Fanatic Member AccessShell's Avatar
    Join Date
    Oct 2013
    Posts
    790

    Re: [RESOLVED] Form to jpg

    Correct, I should have. I got the code from
    https://www.codeproject.com/Articles...-Image-To-File

    written by Santosh Visal

    I referenced his code in my program. I should have referenced it here.

  5. #5
    PowerPoster
    Join Date
    Feb 2006
    Posts
    24,482

    Re: [RESOLVED] Form to jpg

    Doesn't seem very useful. Even if it was of value saving as PNG or even GIF seems more practical to avoid the lossy compression.

  6. #6

    Thread Starter
    Fanatic Member AccessShell's Avatar
    Join Date
    Oct 2013
    Posts
    790

    Re: [RESOLVED] Form to jpg

    I didn't have to worry about lossy compression. I also change the png to jpg.

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