Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

dialogfeldbassierenden Anwendung drucken

Empfohlene Antworten

Veröffentlicht

weiß jemand wie ich in einer dialogfeldbassierenden Anwendung MEHRERE seiten ddrucken kann??

Mir würds reichen wenn ich schon mal einen druckauftrag hinkriege wo der drucker zwei seiten einzieht....und überall das gleiche draufschreibt (OHNE dass ich zwei druckaufträge brauche)

hab folgenden code irgendwo gefunden

UpdateData();

CPrintDialog dlgPrint(FALSE,PD_ALLPAGES,this);

dlgPrint.m_pd.nMaxPage=3;

dlgPrint.m_pd.nFromPage=1;

dlgPrint.m_pd.nMinPage=0;

dlgPrint.m_pd.nToPage=3;

if(dlgPrint.DoModal()==IDOK)

{

CDC dcPrint;

dcPrint.Attach(dlgPrint.GetPrinterDC());

DOCINFO myPrintJob;

myPrintJob.cbSize = sizeof(myPrintJob);

myPrintJob.lpszDocName = "VertragDrucken";

myPrintJob.lpszOutput = NULL;

myPrintJob.lpszDatatype = NULL;

myPrintJob.fwType = NULL;

while(dcPrint.StartDoc(&myPrintJob)>=3)

{

dcPrint.StartPage();

dcPrint.TextOut(10,10,"hallo");

dcPrint.EndPage();

}

dcPrint.EndDoc();

dcPrint.DeleteDC();

}

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.