TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
varsha dodiya
NA
407
75k
print Invoice in c# application
Dec 25 2014 1:48 AM
hi geeks , I want to print invoice/bill receipt for my application , I know the code to print a form (like a full form as it is) but i have a receipt format (contains company details like name ,address etc ) now i want to do something like this
PrintButton_click(___) // on BillForm in which we add values to make bill
{
/// a form opens ReceiptForm which is in a receipt format , and values should shift in this ReceiptForm from BillForm dynamically
/// and shows print Preview and then print
}
I'm stuck in passing the values on another form also suggest me which is the best way to achieve this functionality.
Reply
Answers (
2
)
I want FTP Server Source Code Using C# Windows Forms in C#
how to print a bill receipt in c# winforms