Search results for query: *

  1. N

    copying files

    Ok so i'm trying to copy a file from one folder to another and i'm running into a problem. currently i know that in order to copy something you use the File.Copy( , ) method (assuming you import system.io.*) problem being the dest file can't be an exsisting file or directory. fine. I used a a...
  2. N

    Timer issue

    Hey all I'm trying to create a simple little alarm clock app that will just play a sound when the alarm time is set. my prob is that once i get the user to set the alarm time the alarm never goes off at the time. Here is what i have so far... PublicSub alarmOn() If (alarmState = True) Then...
Back
Top