Skip to main content

AccessTr.neT


ınputBox a girilen şifre gözükmesin istiyorum

ınputBox a girilen şifre gözükmesin istiyorum

Çözüldü #2
Kod:
Sub TestDKInputBox()
Dim x As String

x = InputBoxDK("Type your password here.", "Password Required", "test")
If x = "" Then End
If x <> "yourpassword" Then
MsgBox "You didn't enter a correct password."
End
End If

MsgBox "Correct Password", accesstr

End Sub

Bu kodu denermisiniz işinize yarıya bilir.

Son Düzenleme: 15/05/2011, 12:11, Düzenleyen: DUAYEN.
Cevapla

Bir hesap oluşturun veya yorum yapmak için giriş yapın

Yorum yapmak için üye olmanız gerekiyor

ya da

Bu Konudaki Yorumlar
Cvp: ınputBox a girilen şifre gözükmesin istiyorum - Yazar: DUAYEN - 15/05/2011, 12:10
Task