Link to home
Start Free TrialLog in
Avatar of technich2
technich2

asked on

Printing problem....

Hello boys... and girls?
I got a little problem, i cant figure out something...
its like this say i got a few listboxes on a form and i want to print it to the printer like this:

   ___________________________________
  |_ListBox1_|_ListBox2___|_ListBox3______|
  | LB1.Items|LB2.Items    |  LB3.Items         |
  |               |                  |                         |
  |               |                  |                         |
  |               |                  |                         |
  |               |                  |                         |
  |_________|__________|______________|
  |_ListBox4_|_ListBox5___|_ListBox6______|
  | LB4.Items|LB5.Items    |  LB6.Items         |
  |               |                  |                         |
  |               |                  |                         |
  |               |                  |                         |
  |               |                  |                         |
  |________|___________|______________|
 |____Signature from program here_______|

i hope you understand my incredible ascii art :P
How do i get my 6 listboxes gathered like this and print it like this on paper?

Avatar of DelRunner
DelRunner
Flag of Sweden image

..an easy way, would be writing the content to a textfile, and then print that..
Second option could be using the .Canvas, but the requires more programming.

DR
ASKER CERTIFIED SOLUTION
Avatar of ZolikaP
ZolikaP

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial