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.

Empfohlene Antworten

Veröffentlicht

hi zusammen ich hab mal wieder ein problem mit meinen ppages , wenn ich meine eingaben im pp übernehmen will muss ich immer auf den button clicken nun soll es aber auch möglich sein durch drücken der enter taste die selbe routine auszuführen.

momentan führt er bei betätigen der enter taste die routine des ok-buttons vom hauptdialog aus und das soll halt net sein.

Du kannst mit der Nachricht DM_SETDEFID festlegen, welcher Button eines Dialogs der DefaultButton sein soll - also der, der auf die Eingabetaste reagiert.

z.B.:

pDeinPropSheet->SendMessage( DM_SETDEFID, ID_APPLY_NOW );

Siehe auch:

http://support.microsoft.com/default.aspx?scid=kb;EN-US;q140587

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/dlgboxes_6ntw.asp

danke erstmal, jetzt ist erstmal der ok-button "deaktiviert",

hast du noch ne lösung wie ich direkt in meinen ppages meine eigenen buttons aktivieren kann?

jetzt passiert gar nichts wenn ich enter drücke:(

du hast es erfasst , weil ich durch diese eigenen buttons einige sachen berechnen lasse.

die namen hab ich aber geändert , d.h. sie heißen nich alle ID_APPLY

dat funktioniert leider nich

hab ne lösung gefunden :D

BOOL CPropertyPage::PreTranslateMessage(MSG* pMsg)

{

if(pMsg->message==WM_KEYDOWN && pMsg->wParam==VK_RETURN)

{

...hier den code rein...

}

return CPropertyPage::PreTranslateMessage(pMsg);

}

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

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.