loveperson
01-05-2005, 08:37 AM
Hello,
I facing the problem in this coding.
Dim dblRetVal As Double
dblRetVal = Shell("CountdownTime.exe", vbNormalFocus)
'Function when countdown timer completed
tmpkey = True
This code will call the EXE file for the countdown timer, when the dountdown timer EXE File is completed then the code of tmpkey = true will start running. But when I use the above code it will run at the same time, but I dun want.
Anybody can help in the coding???????
I facing the problem in this coding.
Dim dblRetVal As Double
dblRetVal = Shell("CountdownTime.exe", vbNormalFocus)
'Function when countdown timer completed
tmpkey = True
This code will call the EXE file for the countdown timer, when the dountdown timer EXE File is completed then the code of tmpkey = true will start running. But when I use the above code it will run at the same time, but I dun want.
Anybody can help in the coding???????