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.

Drive-, Dir- und FileListBox synchronisieren

Empfohlene Antworten

Veröffentlicht

Guten morgen!

wie synchronisiere ich [unter VB6.0] Drive-, Dir- und FileListBoxen, damit ich bei auswahl von laufwerk und ordner auch die dort vorhandenen dateien angezeigt bekomme

gruss,

-cta-

guten morgen,

Private Sub Dir1_Change()

    File1.Path = Dir1.Path

End Sub


Private Sub Drive1_Change()

    Dir1.Path = Drive1.Drive

End Sub


Private Sub Form_Load()

    Drive1.Drive = "C:"

    Dir1.Path = Drive1.Drive

    File1.Path = Dir1.Path

End Sub

mit drive1 als eine drivelistbox, dir1 als dirlistbox und file1 als einefilelistbox.

hth

Original geschrieben von Peregrin

guten morgen,

Private Sub Dir1_Change()

    File1[color=red].Path[/color] = Dir1[color=red].Path[/color]

End Sub


Private Sub Drive1_Change()

    Dir1[color=red].Path[/color] = Drive1[color=red].Drive[/color]

End Sub


Private Sub Form_Load()

    Drive1.Drive = "C:"

    Dir1[color=red].Path[/color] = Drive1[color=red].Drive[/color]

    File1[color=red].Path[/color] = Dir1[color=red].Path[/color]

End Sub

mit drive1 als eine drivelistbox, dir1 als dirlistbox und file1 als einefilelistbox.

hth

... kleiner tipp: das .Path und .Dir kann man sich ein paar mal sparen ;)

Original geschrieben von |roTekuGeL|

... kleiner tipp: das .Path und .Dir kann man sich ein paar mal sparen ;)

welches .Dir denn ? ;) aber stimmt schon, die .Path-zuweisungen im form load kann man weglassen...

Original geschrieben von Peregrin

welches .Dir denn ? ;) aber stimmt schon, die .Path-zuweisungen im form load kann man weglassen...

sry meinte natürlich Drive...

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

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.