Search results

  1. P

    Image admin, and other image control

    I developed an image viewing application using TIFF image files viewed using image edit control. My problem is on how to incorporate an image admin control in the program and how to append image to it. A sample code will greatly help. Thanks.
  2. P

    Auto-email a form/table

    I regularly send advises to my co-workers contained in a template created in excel, which i insert into outlook express before sending. A sample of the table embedded in the email was shown below. (border was not shown) Branch Amount1 Amount2 Difference Branch1 100.00 50.00 50.00 Branch2 200.00...
  3. P

    printer dialog box

    i'm wondering if i can display the printer dialog box by clicking a button in a form (form is active) and print a report without opening the same report. thanks.
  4. P

    Installation software??

    query on inno set-up how do i use this inno set-up program and what are its functionalities. i have many applications running under ms-access and wanted to distribute it to other PCs. my problem is these PCs does not have an ms-access. thanks.
  5. P

    imgedit did not display image after scanning

    hi there, my scanning application seems not performing the following action per below source code ************* With IMGEDIT1 .Image = IMGSCAN1.Image .Display .SaveAs "e:\" & DOC1 & ".img", TIFF End With Me.Caption = "image - " & IMGEDIT1.Image & "" ************** Full code listed...
Back
Top Bottom