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!

Könnte mir einer von euch bitte bei der Verwendung von SHBrowseForFolder helfen?

und zwar bräuchte ich da bitte ein (funktionierendes) Beispiel!!

Hab in der MSDN und schon im Forum nach sowas gesucht, aber nix gefunden!

Danke schon mal im Voraus!

CoInitialize( NULL );

// ...

BROWSEINFO bi;
memset( &bi, 0, sizeof( BROWSEINFO ) );
bi.hwndOwner = AfxGetMainWnd()->GetSafeHwnd();
bi.lpszTitle = "Bitte wählen Sie ein Verzeichnis...";
bi.ulFlags = BIF_RETURNONLYFSDIRS;

ITEMIDLIST* pList = SHBrowseForFolder( &bi );
if( pList ) {
char szFolder[MAX_PATH+1];
if( SHGetPathFromIDList( pList, szFolder) ) {
MessageBox( szFolder );
}

LPMALLOC pMalloc;
if( S_OK == SHGetMalloc( &pMalloc ) ) {
pMalloc->Free( pList );
}
}

// ...

CoUninitialize();
[/CODE]

Danke für die Hilfe!

Wurde echt ned schlau aus der MSDN! War auch teilweise verwirrt weil der Assistent

(ich verwende MS Visual C++ 6.0) nicht funktioniert hat!

Nochmals vielen Dank!

Cu

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.