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

Hallo an alle,

ich habe den WebBrowser als ActiveX-Element auf meinem Dialog.

Wenn ich eine Seite mit Links geladen und den Eingabefokus auf dieses Fenster gesetzt habe, kann ich zwar mit den Pfeiltasten die Seite auf und ab scrollen, aber mit der TAB-Taste kann ich die Links nicht anspringen.

Wenn ich die selbe Seite im normalen IExplorer aufrufe, geht das.

Woran kann das liegen?

(MS Visual Studio .NET 2003, C++, MFC, Dialogfeldbasierend)

LPCKFSEARCH ist nicht deklariert. Habe schon windows.h includiert, hilft nicht.
Was willst du damit? Das ist der Lösungsansatz für WinAPI-Dialoge. Du hast doch MFC, da sollte das eigentlich gar nicht notwendig sein.

Hast du irgendwelche Änderungen an der Verarbeitung von Tastaturereignissen gemacht, z.B. in PreTranslateMesage?

  • Autor

Meine PreTranslateMessage-Funktion habe ich geändert, um den Accelerator in den Dialog einzubinden:


BOOL CProgrammDlg::PreTranslateMessage(MSG* pMsg)

 {

  if(pMsg->message>=WM_KEYFIRST && pMsg->message<=WM_KEYLAST)

   {

    return ::TranslateAccelerator(m_hWnd, (HACCEL__ *) hAccelerator, pMsg);

   }//end if(pMsg->message>=WM_KEYFIRST && pMsg->message<=WM_KEYLAST)


  return CDialog::PreTranslateMessage(pMsg);

 }//end BOOL CProgrammDlg::PreTranslateMessage(MSG* 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.