PrintForm

Discussion in 'AutoCAD' started by Sa Mite Samite, Apr 5, 2004.

  1. My VB application has a form with ListView control (that's the only control
    that this form has; for kind of reports) and PrintForm method does not print
    the entire form. It prints column headers only. Is there any idea why, and
    how to solve this problem?

    Thanks,
     
    Sa Mite Samite, Apr 5, 2004
    #1
  2. Ok, guys I find out how to do it.

    PrintForm does not print ALL ActiveX controls, so I use API BitBit function
    to re-draw the form (in my case just the ListView) on hidden picture control
    and print it.



    :) Good place to ask a question and put the answer :)
     
    Sa Mite Samite, Apr 5, 2004
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.
Similar Threads
There are no similar threads yet.
Loading...