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

jetzt muß ich mich schon wieder eintragen....

aber ich das zeug nicht hin :(

habs jetzt so probiert:

CRegKey LoadKey;

LONG LoadStatus = LoadKey.Open

(HKEY_LOCAL_MACHINE,"Software\\Clients\\Mail");

if(LoadStatus == ERROR_SUCCESS)

{

LONG LoadStat;

char setting[20];

DWORD settingSize;

settingSize = sizeof(setting);

LoadStat = LoadKey.QueryValue(setting,(LPCTSTR) "", &settingSize);

if(LoadStat != ERROR_SUCCESS)

MessageBox(setting);

}

Aber die MessageBox wird nicht angezeigt (will den "(Standard)" wert ausgeben!)

hab auch schon

LoadKey.QueryValue(setting,(LPCTSTR) "(Standard)", &settingSize);

oder

LoadKey.QueryValue(setting,0, &settingSize); //0 ist angeblich der StandardWert

probiert... ohne erfolg :((

Was mach ich falsch?

Thx SwordMaster

  • Autor

Habs gefunden

Wenn ich schreib

LoadStat = LoadKey.QueryValue(setting,(LPCTSTR) "", &settingSize);

MessageBox(setting);

wenn ich das "if" weglass dann gehts... *komisch*

man sollte halt nicht jeden code glauben der im INet steht :(

Sorry für die störung

Thx SwordMaster

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.