plz help me, how to give print option in vb.net
-
i had worket vb.net project.i am using msaccess database.how to give print in the form. plz give the sample code advance thanks for your valuable replay thanks & regords velan
velan wrote:
plz give the sample code
No. People around here tend not to do other people's work for them.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer
-
i had worket vb.net project.i am using msaccess database.how to give print in the form. plz give the sample code advance thanks for your valuable replay thanks & regords velan
velan wrote:
i had worket vb.net project.i am using msaccess database.how to give print in the form. plz give the sample code advance thanks for your valuable replay
So are you trying to print the Form itself (screenshot type thing), or are you trying to get the data from the MS Access Database into a Print Document, build a report, and then print it out (or is it something completely different)?
Pete Soheil DigiOz Multimedia http://www.digioz.com
-
i had worket vb.net project.i am using msaccess database.how to give print in the form. plz give the sample code advance thanks for your valuable replay thanks & regords velan
Drop a MCL Form Print Component[^] on your form and set the settings for where and how you want the constituent parts (labels, text boxes, check boxes, etc. etc.) to print - then call the .Print method and it will print.
'--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd