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 leute

könnt mir vorstellen das viele das problem kennen....

mein programm setzt ein icon in den systemtray....

funktioniert alles einwandfrei....

aber dann stürtzt "explorer.exe" vom windows ab (oder ich muß ihn abschießen weil windows nicht mehr reagiert)

klar "explorer.exe" kann man neu starten....

aber leider ist das icon (meiner anwendung) im systemtray dann verschwunden

jetzt suche ich nach einer möglcihkeit alle hmmm... 5 sekunden zu prüfen ob mein icon bereits im systemtray liegt... und wenn nicht soll das icon neu hinzugefügt werden....

ich müßte also nur wissen wie ich prüfen kann ob meine anwendung bereits ein icon im systemtray hat.... (nur wie geht dass?!)

weiß das jemand?

MFG SwordMaster

  • Autor

mein programm schießt doch ned en explorer ab :floet:

*ggg*

ne nur mein Windows XP ist nicht besonders stabil ....

und wenn gar nichts mehr geht

schieß ich einfach den explorer ab, und bau ihn neu auf, des geht schneller wie restart....

nur mein programm wollte dass halt nicht...

hab aber den code gerade vor 5 minuten selber in der MSDN gefundn...

LRESULT CTaskbarDlg::WindowProc(UINT message, WPARAM wParam, LPARAM lParam)

{

static UINT s_uTaskbarRestart;

switch(message)

{

case WM_CREATE:

s_uTaskbarRestart = RegisterWindowMessage(TEXT("TaskbarCreated"));

break;

default:

if(message == s_uTaskbarRestart)

IconHinzufügen(); //diese Methode muß man selber programmieren :D

break;

}

return CDialog::WindowProc(message, wParam, lParam);

}

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.