Click here to Skip to main content
15,903,012 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Password viewer??? Pin
Dave Kreskowiak26-Feb-04 2:09
mveDave Kreskowiak26-Feb-04 2:09 
GeneralDeclaring Custom Variables/Properties Pin
Codemonkey8525-Feb-04 13:31
Codemonkey8525-Feb-04 13:31 
GeneralRe: Declaring Custom Variables/Properties Pin
John Kuhn25-Feb-04 14:07
John Kuhn25-Feb-04 14:07 
GeneralRe: Declaring Custom Variables/Properties Pin
Codemonkey8510-Mar-04 12:14
Codemonkey8510-Mar-04 12:14 
GeneralRe: Declaring Custom Variables/Properties Pin
John Kuhn10-Mar-04 13:44
John Kuhn10-Mar-04 13:44 
GeneralRe: Declaring Custom Variables/Properties Pin
Codemonkey8511-Mar-04 4:58
Codemonkey8511-Mar-04 4:58 
GeneralRe: Declaring Custom Variables/Properties Pin
John Kuhn12-Mar-04 2:51
John Kuhn12-Mar-04 2:51 
GeneralVB Script Password InputBox Pin
morde1ac25-Feb-04 9:47
morde1ac25-Feb-04 9:47 
I am working on some VB Script and am using an InputBox that accepts a password. When the user types in the password, I would like it to show up as *********
Any help doing this would be great. Here is some of the code:

strUserIn = InputBox("Enter Password")
if strUserIn <> "" then
Set fs = CreateObject("Scripting.FileSystemObject")
strFileName = fs.BuildPath(Wscript.ScriptFullName & "\..", "~userp.txt")
strFileName = fs.GetAbsolutePathName(strFileName)
Set ts = fs.OpenTextFile(strFileName, 2, True)
ts.WriteLine strUserIn
ts.Close
end if


GeneralRe: VB Script Password InputBox Pin
Dave Kreskowiak25-Feb-04 13:00
mveDave Kreskowiak25-Feb-04 13:00 
GeneralDriving a motor Pin
Looping_Eagle25-Feb-04 6:56
Looping_Eagle25-Feb-04 6:56 
GeneralRe: Driving a motor Pin
Dave Kreskowiak25-Feb-04 8:51
mveDave Kreskowiak25-Feb-04 8:51 
GeneralCRC32 Pin
johnjsm25-Feb-04 5:24
johnjsm25-Feb-04 5:24 
GeneralRe: CRC32 Pin
Dave Kreskowiak25-Feb-04 7:13
mveDave Kreskowiak25-Feb-04 7:13 
GeneralRe: CRC32 Pin
johnjsm25-Feb-04 22:17
johnjsm25-Feb-04 22:17 
GeneralRe: CRC32 Pin
Dave Kreskowiak26-Feb-04 1:24
mveDave Kreskowiak26-Feb-04 1:24 
GeneralRe: CRC32 Pin
johnjsm26-Feb-04 5:24
johnjsm26-Feb-04 5:24 
GeneralRe: CRC32 Pin
Dave Kreskowiak26-Feb-04 8:27
mveDave Kreskowiak26-Feb-04 8:27 
GeneralRe: CRC32 Pin
johnjsm4-Mar-04 4:28
johnjsm4-Mar-04 4:28 
GeneralRe: CRC32 Pin
Dave Kreskowiak4-Mar-04 5:45
mveDave Kreskowiak4-Mar-04 5:45 
GeneralRe: CRC32 Pin
r i s h a b h s26-Feb-04 19:07
r i s h a b h s26-Feb-04 19:07 
GeneralRe: CRC32 Pin
Dave Kreskowiak27-Feb-04 4:13
mveDave Kreskowiak27-Feb-04 4:13 
GeneralRe: CRC32 Pin
johnjsm29-Feb-04 1:52
johnjsm29-Feb-04 1:52 
GeneralRe: CRC32 Pin
r i s h a b h s1-Mar-04 17:08
r i s h a b h s1-Mar-04 17:08 
Generalreading from a database Pin
Anonymous25-Feb-04 4:28
Anonymous25-Feb-04 4:28 
QuestionCodeProject Champs!! Can u solve this Crystal Report Problem? Pin
Het210925-Feb-04 1:14
Het210925-Feb-04 1:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.