What is the code in C # for printing forms in an application?
use both PrintDialog and print the current form from C #: http://msdn.microsoft.com/en-us/library/aa287529(VS.71).aspx
Using
Printdialog
class.
For code example, see Printing Using C #
Source: https://habr.com/ru/post/1723067/More articles:less restrictive GPL-like license - licensingHow to configure NHibernate to map to an array if there is no index in the table? - nhibernateHow to update Extjs progress bar with JSON results? - jsonВключает ли в себя полное пространство имен замедление работы? - c#When the process ends, will the returned memory be restored to the OS? - memory-leaksIs Java or Python better for writing a web service for checking web pages in the Google App Engine? - javaSemaphores in the .NET compact framework - multithreadingIs it possible to have a free web service that will check the page and send it its HTML code? - emailWhat is a good way to process data from a form before applying business logic in PHP? - phpHow can I get the variable passed to the included template in django - djangoAll Articles