Click here to Skip to main content
15,887,683 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionchange password Pin
bapu288913-Apr-08 3:41
bapu288913-Apr-08 3:41 
GeneralRe: change password Pin
Marc Soleda13-Apr-08 6:09
Marc Soleda13-Apr-08 6:09 
QuestionRe: change password Pin
bapu288913-Apr-08 10:00
bapu288913-Apr-08 10:00 
GeneralRe: change password Pin
Marc Soleda14-Apr-08 2:55
Marc Soleda14-Apr-08 2:55 
GeneralRe: change password Pin
Christian Graus13-Apr-08 11:24
protectorChristian Graus13-Apr-08 11:24 
QuestionRe: change password Pin
bapu288914-Apr-08 8:27
bapu288914-Apr-08 8:27 
GeneralRe: change password Pin
Christian Graus14-Apr-08 10:48
protectorChristian Graus14-Apr-08 10:48 
AnswerRe: change password Pin
bapu288915-Apr-08 10:49
bapu288915-Apr-08 10:49 
Hello sir

how are you

yes job done thank you again for helping me with

this is what i have done

  Dim MyFile, FileName, LoadPW As String<br />
    Dim MyIFile As String = Application.StartupPath + "\Password"<br />
<br />
 Private Sub CreatePassword()<br />
        Dim DataWriter As System.IO.StreamWriter<br />
        FileName = "dk.txt"<br />
        DataWriter = File.CreateText(Application.StartupPath + "\Password\" + FileName)<br />
        DataWriter.Write(txtPassWord.Text)<br />
        DataWriter.Close()<br />
    End Sub<br />
    Private Sub LoadMyPW()<br />
        Dim DataReader As System.IO.StreamReader<br />
        DataReader = File.OpenText("Password\dk.txt")<br />
        FileName = DataReader.ReadToEnd<br />
        LoadPW = FileName<br />
        DataReader.Close()<br />
    End Sub



so it's working fine but still i have to do few changes with this code about encodeing which i will do it 2 moro

so thank you very much sir for your help
and thanks all who helped me with this

thanks


have a nice day to all

Big Grin | :-D Rose | [Rose]
QuestionHow to simulate user pressing "OK" for example in "Page Setup" Pin
Ilkka12-Apr-08 22:51
Ilkka12-Apr-08 22:51 
AnswerRe: How to simulate user pressing "OK" for example in "Page Setup" Pin
Ilkka13-Apr-08 0:12
Ilkka13-Apr-08 0:12 
Generalprint preview problem Pin
en.Mahdi12-Apr-08 18:57
en.Mahdi12-Apr-08 18:57 
GeneralRe: print preview problem Pin
Ilkka13-Apr-08 0:05
Ilkka13-Apr-08 0:05 
GeneralRe: print preview problem Pin
en.Mahdi13-Apr-08 3:05
en.Mahdi13-Apr-08 3:05 
GeneralInputBalloon with MSAgent vb.net 2005 Pin
cutequencher12-Apr-08 7:13
cutequencher12-Apr-08 7:13 
Generalsome thing Pin
x200712-Apr-08 4:05
x200712-Apr-08 4:05 
QuestionWTF? Pin
pmarfleet12-Apr-08 4:46
pmarfleet12-Apr-08 4:46 
GeneralRe: some thing Pin
Marc Soleda12-Apr-08 5:58
Marc Soleda12-Apr-08 5:58 
QuestionWhere is APIs in VB9? Pin
DigiMyth12-Apr-08 3:55
DigiMyth12-Apr-08 3:55 
GeneralRe: Where is APIs in VB9? Pin
pmarfleet12-Apr-08 4:45
pmarfleet12-Apr-08 4:45 
GeneralRe: Where is APIs in VB9? Pin
DigiMyth12-Apr-08 4:51
DigiMyth12-Apr-08 4:51 
GeneralRe: Where is APIs in VB9? Pin
pmarfleet12-Apr-08 5:00
pmarfleet12-Apr-08 5:00 
Generalnow update query problem..hep Pin
Member 444291612-Apr-08 0:29
Member 444291612-Apr-08 0:29 
GeneralRe: now update query problem..hep Pin
Christian Graus12-Apr-08 0:33
protectorChristian Graus12-Apr-08 0:33 
GeneralRe: now update query problem..hep Pin
Member 444291612-Apr-08 0:37
Member 444291612-Apr-08 0:37 
GeneralRe: now update query problem..hep Pin
Christian Graus12-Apr-08 0:40
protectorChristian Graus12-Apr-08 0:40 

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.