First, Thanks to all those who have posted replys. I have learnt alot since I posted my first question.
I understand alot more about Dialogs, callback funtions but I still dont get how to create a timer OUTSIDE of a Dialog.
I have a DLL that is called by a commercially avilable app TradeStation. My DLL is called many many times. The first time it is called I set a DELAY value.
From then on (2 thru n) I do not want to create a window, but I want to execute the timer to act as a delay ie:
WHILE TIMER is counting down
LOOP
I need delays of the order of 10m/s to 500m/s
So can i create a DIALOG without showing it to allow the creation of timer?
[email protected]
------------------
Kind Regards
Mike
I understand alot more about Dialogs, callback funtions but I still dont get how to create a timer OUTSIDE of a Dialog.
I have a DLL that is called by a commercially avilable app TradeStation. My DLL is called many many times. The first time it is called I set a DELAY value.
From then on (2 thru n) I do not want to create a window, but I want to execute the timer to act as a delay ie:
WHILE TIMER is counting down
LOOP
I need delays of the order of 10m/s to 500m/s
So can i create a DIALOG without showing it to allow the creation of timer?
[email protected]
------------------
Kind Regards
Mike
Comment