Reply

Join Date: Sep 2007
Posts: 1
Reputation: kclif9 is an unknown quantity at this point 
Solved Threads: 0
kclif9 kclif9 is offline Offline
Newbie Poster

Print A lIST

 
0
  #1
Sep 25th, 2007
I am tring to print a list in vb 5 does anyone have a code for it using printer.print
Thanks
Reply With Quote Quick reply to this message  
Join Date: Feb 2007
Posts: 2,093
Reputation: debasisdas will become famous soon enough debasisdas will become famous soon enough 
Solved Threads: 126
debasisdas's Avatar
debasisdas debasisdas is offline Offline
Postaholic

Re: Print A lIST

 
0
  #2
Sep 25th, 2007
please specify the problem clearly.

Waht do you mean by a list.
Share your Knowledge.
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 537
Reputation: choudhuryshouvi is an unknown quantity at this point 
Solved Threads: 49
choudhuryshouvi's Avatar
choudhuryshouvi choudhuryshouvi is offline Offline
Posting Pro

Re: Print A lIST

 
0
  #3
Sep 25th, 2007
use this code :-

dim i as integer

for i=1 to 12
list1.additem monthname(i)
next i

for i=0 to list1.listcount-1
printer.print list1.list(i)
printer.enddoc
next i
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC