944,173 Members | Top Members by Rank

Ad:
Sep 25th, 2007
0

Print A lIST

Expand Post »
I am tring to print a list in vb 5 does anyone have a code for it using printer.print
Thanks
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
kclif9 is offline Offline
1 posts
since Sep 2007
Sep 25th, 2007
0

Re: Print A lIST

please specify the problem clearly.

Waht do you mean by a list.
Featured Poster
Reputation Points: 665
Solved Threads: 427
Posting Genius
debasisdas is offline Offline
6,406 posts
since Feb 2007
Sep 25th, 2007
0

Re: Print A lIST

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
Reputation Points: 30
Solved Threads: 49
Posting Pro
choudhuryshouvi is offline Offline
553 posts
since May 2007

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Visual Basic 4 / 5 / 6 Forum Timeline: Editing Msgbox in visualbasic 6
Next Thread in Visual Basic 4 / 5 / 6 Forum Timeline: Help Running SQL thru VB





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC