Search:

Type: Posts; User: SamOscarBrown

Search: Search took 0.73 seconds.

  1. Re: Urrgh! Someone put an end to my misery please?

    I believe (if interested in WIA) you can download what you need HERE. BUT, only if interested in trying the WIA method.
  2. Re: Urrgh! Someone put an end to my misery please?

    With commondialog:

    Option Explicit

    'Uses Microsoft Windows Image Acquisition Library v2.0
    Private Sub Command1_Click()
    CommonDialog1.ShowOpen
    Dim myPNGFile As String
    ...
  3. Re: Urrgh! Someone put an end to my misery please?

    As BW points out, and I learned earlier:

    Option Explicit

    'Uses Microsoft Windows Image Acquisition Library v2.0 (add in References)
    Private Sub Command1_Click()
    With New WIA.ImageFile
    ...
Results 1 to 3 of 3



Click Here to Expand Forum to Full Width