Search results for query: *

  1. P

    Seeing if a file exists

    This may help Dim FILE_NAME As String = ("c:\whatever.txt") Dim objWriter As New System.IO.StreamWriter(FILE_NAME, False) The (FILE_NAME, False) checks to see if the file is there and if its not it creates it.
  2. P

    Button Press

    Hi, I’m making a form which will look like a mobile phone. I need to make the buttons work like a mobile phone, eg when you send a text message you press a button and the letter appears on the screen you press it again and the letters scroll through until you find the one you want you then...
Back
Top