Search results for query: *

  • Users: devil666
  • Content: Threads
  • Order by date
  1. D

    Getting a varible on another form

    If I make a vriable on frm1 for example, how can i access it on frm2?
  2. D

    Seeing if a file exists

    hello! I need to see if a text file exists... can someone give me the code to read a text file, or the equal opposite of this: Dim strName As New System.IO.FileStream(Application.StartupPath & "\" & Me.TextBox1.Text & ".txt", IO.FileMode.OpenOrCreate, IO.FileAccess.ReadWrite) Dim sw As New...
Back
Top