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.

Zeichnungen löschen - MFC

Empfohlene Antworten

Veröffentlicht

ich habe hier vor mir eine dialogbasierende mfc anwendung. diese anwendung zeichnet mir ein paar striche. nun möchte ich diese gezeichneten striche wieder löschen. weiß jemand wie ich das anstellen kann.

ha jetzt bin ich aber stolz,

das hab ich erst vorgestern gelernt,

Moeglich keit ein:

zeichne ein Viereck so gross wie das ganze Fenster in der Hintergrund Farbe

 

        CClientDC cdc(this); // device context for painting

	CRect lRect;

	GetClientRect(lRect);

	lRect.NormalizeRect();

	CBrush brushn(RGB(240, 240, 240));

	cdc.FillRect(lRect,&brushn);

 

Moeglichkeit zwei:

es gibt eine Funktion Repaint ich weiss nicht in wie weit die das macht aber eigentlich sollte sie das gleiche machen

schaus dir halt mal in der MFC an

[ 02. Juli 2001: Beitrag editiert von: Das Hasi ]

Afair ist das bei der MFC so, dass diese Striche ja irgendwo gespeichert sind. Such Dir mal diese Struktur (vielleicht ein Container??) raus und lösche diese. Such mal nach den Klassen CList oder CArray.

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.