How can I produce Invoices (bills) like the ones we get at home from phone companies and utility companies,
I want the users to be able to view the bills on the screen and be able to print them for the customers as well.
I ll be using VB.NET but I don t know what control or what other tool I should use as well to produce those results.
R.Tutus
Thanks

How can I produce Invoices (bills) like the ones we get at home from phone companies and utility companies, for display and prin
Banaticus
Merci beaucoup (thanks)
Lemonsprig
The best tool for producing invoices is Excel :-) However, if you want to do it in code, then basically you just need to use the forms designer to lay out your invoice however you like, and you should look for some basic printing examples in VB.NET.