Print in VB .NET
-
hi, i need to create a bill(print out) with the details entered in the textbox of a form. i need to place those details in the appropriate place in the bill(with some co-ordinates like(x,y)in a4 sheet(for eg)).i donno even how to start.anybody please help me to get a printout. Thanks in advance, M.Saravana...
-
hi, i need to create a bill(print out) with the details entered in the textbox of a form. i need to place those details in the appropriate place in the bill(with some co-ordinates like(x,y)in a4 sheet(for eg)).i donno even how to start.anybody please help me to get a printout. Thanks in advance, M.Saravana...
saravana001 wrote:
donno even how to start
Maybe you could start with a reporting engine like Crystal Reports, or some of the other good ones out there. I leave it to you as a research exercise to google the other good ones :rolleyes:
"I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon
-
hi, i need to create a bill(print out) with the details entered in the textbox of a form. i need to place those details in the appropriate place in the bill(with some co-ordinates like(x,y)in a4 sheet(for eg)).i donno even how to start.anybody please help me to get a printout. Thanks in advance, M.Saravana...
The Visual Basic Power Toys gave you a very simple printing method (like VB6). And also search google with "printing vb.net" -> you will found enough to start.