hi!
im somekind in a lost mode.how can i call a txtfile out so that it can run a machine?
eg if i press this cmdA, it will call out txtfile1 and txtfile1(the command to run the machine is stored in here) will run the machine.
and also how is it possible to store in the data collected(by the machine tats running) to textfile?:?: :?: :?: i tried using
Open "\your_name.txt" For Input As #1
Do While Not EOF(1)
intCount = intCount + 1
Print #1, txtWord.Text
Loop
Close #1
but it gives error..what went wrong??im not sure if im doing it correctly.:eek:
im having my final year proj and i hav to learnt this frm scratch as i never done VB in my life..sooo complicating
thnX!