PrintForm

PrintForm

Anonymous
Not applicable
208 Views
1 Reply
Message 1 of 2

PrintForm

Anonymous
Not applicable
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,
0 Likes
209 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
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" wrote in message news:4071c231$1_3@newsprd01... > 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, > >
0 Likes