CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2000
    Posts
    2

    Bitmap to Metafile

    is there any way to capture a window from VB and save it as a metafile.


  2. #2
    Join Date
    Feb 2000
    Posts
    9

    Re: Bitmap to Metafile

    I think capturing a Windows window is done by Bit-Bliting which copy Bitmaps
    Bit by bit into a one-block-Bitmap, not discrete shapes like in Metafile.



  3. #3
    Join Date
    Feb 2000
    Posts
    2

    Re: Bitmap to Metafile

    Ok. Is there any way to convert a bitmap to jpg. Some where in the discussion forum i found some information saying that dijpgdll.zip file contains the utilities to convert a bitmap to jpg. I am not able to locate that file in the web. If some one knows any info regarding this please help me.


  4. #4
    Join Date
    Feb 2000
    Posts
    9

    Re: Bitmap to Metafile

    There's a good dll at www.vbaccelerator.com



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

Featured