ok .... heres my prob ... I am running a version of "ftp client" from
http://freevbcode.com/ShowCode.Asp?ID=1593 ...... now I filled in the "address " and "password" field, and just for an experiment i want to be able to click a command button and have it put the login username in ... so i made a command button with the following code
Private Sub Command1_Click()
txtUser.Text = "backitup"
End Sub
txtUser being the name of the text thing i want to fill in ... so now i run the file and only 1 problem .... the text "backitup" is already there and has loaded without me even clicking the command button .... the command button works and all becuz it reloads the text but why isnt it blank until i hit the command button??? a pic is shown below ... the "username" should be blank until command 1 is hit ...
not that i think it matters but runing XP pro , VB 6 Enterprise msdn edition