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,

wer von euch weis, wie ich es in VB6 programmieren kann, dass bei einer PW-Eingabe nicht die Buchstaben / Zeichen, sondern Sternchen ausgegeben werden?

AEler

Wer kann mir sagen, wie ich die PasswordChar in meinem Quellcode einbauen muss, damit ich bei der Eingabe des Passworts Sternchen ausgebe?

If Eingabe_Menu = "1" Then ' <-----------------------------------------------------------------------------------------------------MENUPUNKT 1: ABFRAGE ADMINISTRATOR-PASSWORT

For nLoop = 1 To 3

Passwort = InputBox("Geben Sie das Administrator-Passwort ein:" & vbCrLf & "(Sie haben 3 Versuche)")

If Passwort = ADMIN_PASSWORT Then '<-----------------------------------------------------------------------------VERGLEICH OB EINGEGEBENS PW = ADMIN-PW

Eingabe = InputBox("Geben Sie das neue Passwort ein:") '<-------------------------------------------------------1. EINGABE DES NEUEN PW

Passwort = InputBox("Wiederholen Sie das neue Passwort:") '<--------------------------------------------------2. EINGABE DES NEUEN PW

If Passwort = Eingabe Then '<-----------------------------------------------------------------------------------------VERGLEICH OB 1. UND 2. EINGABE GLEICH SIND

MsgBox "Passwort erfolgreich geändert!"

nLoop = 3

GoTo start '<--------------------------------------------------------------------------------------------------------------NACH ERFOLGREICHER ÄNDERUNG, SPRUNG ZUM START

Else

MsgBox "Passwortänderung fehlgeschlagen", vbCritical, "Warnung"

nLoop = 3

GoTo start

End If

inputboxes unterstützen das nicht; verwende ein selbsterstelltes formular dafür.

s'Amstel

  • 2 Monate später...

Hallo,

falls sich Dein Problem mit der Kennworteingabe noch nicht erledigt hat, dann schau mal hier nach: Sichere unsichtbare Eingabe :)

Viele Grüße,

Mike

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.