Answered by:
passbook printing using c#

Question
-
i have developed sample banking related application
how can i print the passbook using c#.net
can anybody help me
- Moved by Cindy Meister MVP Wednesday, May 23, 2012 2:38 PM not Office or VSTO related (From:Visual Studio Tools for Office)
Wednesday, May 23, 2012 2:06 PM
Answers
-
Try asking your question in the Visual C# General Forum at the following address
http://social.msdn.microsoft.com/Forums/en-us/csharpgeneral/threads
Provide more detailed informations about your program and what you need to do.
Luigi Bruno - Microsoft Community Contributor 2011 Award
- Edited by Luigi BrunoMVP Wednesday, May 23, 2012 8:22 PM
- Proposed as answer by Ed Price - MSFTMicrosoft employee Monday, May 28, 2012 5:07 PM
- Marked as answer by Ed Price - MSFTMicrosoft employee Wednesday, June 6, 2012 1:15 AM
Wednesday, May 23, 2012 6:21 PM -
you need to give more information to give you a direction, printing is implemented differently in different types of applications. For example in a web application you just need to provide a printer-friendly view and let the browser to print, for Windows Forms, WPF applications or WinRT programs you have access to the printer. So what kind of application framework are you using?
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP- Edited by Sheng Jiang 蒋晟 Wednesday, May 23, 2012 8:20 PM
- Proposed as answer by Ed Price - MSFTMicrosoft employee Monday, May 28, 2012 5:08 PM
- Marked as answer by Ed Price - MSFTMicrosoft employee Wednesday, June 6, 2012 1:15 AM
Wednesday, May 23, 2012 8:19 PM
All replies
-
Try asking your question in the Visual C# General Forum at the following address
http://social.msdn.microsoft.com/Forums/en-us/csharpgeneral/threads
Provide more detailed informations about your program and what you need to do.
Luigi Bruno - Microsoft Community Contributor 2011 Award
- Edited by Luigi BrunoMVP Wednesday, May 23, 2012 8:22 PM
- Proposed as answer by Ed Price - MSFTMicrosoft employee Monday, May 28, 2012 5:07 PM
- Marked as answer by Ed Price - MSFTMicrosoft employee Wednesday, June 6, 2012 1:15 AM
Wednesday, May 23, 2012 6:21 PM -
you need to give more information to give you a direction, printing is implemented differently in different types of applications. For example in a web application you just need to provide a printer-friendly view and let the browser to print, for Windows Forms, WPF applications or WinRT programs you have access to the printer. So what kind of application framework are you using?
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP- Edited by Sheng Jiang 蒋晟 Wednesday, May 23, 2012 8:20 PM
- Proposed as answer by Ed Price - MSFTMicrosoft employee Monday, May 28, 2012 5:08 PM
- Marked as answer by Ed Price - MSFTMicrosoft employee Wednesday, June 6, 2012 1:15 AM
Wednesday, May 23, 2012 8:19 PM