-
Hey everyone,
I've developed a program which dials a client and runs a batch file, then disconnects and converts the binary file to a comma delimited CSV file to use in excel. The problem is, I developed it so that as soon as it starts up it dials out but I want the end-user to be able to hit a button to start the whole process, or to hit the exit button at any time to quit. Well, I added these buttons and I neither work. They are enabled, visible, have event-handling code, but still they dont do anything. What else could it be??
Reply or email me at [email protected]
-
Could be the processor is to busy.
Try adding a DoEvents, if you are in a loop.