I just realized that I cannot create a progress bar from my DLL because it is called thousands of times. each time it is called by TradeStation it will create the progress bar, then when it is finished the progress bar window will be destroyed. then on the next bar it will be created and destroyed etc etc. The amount of time it would be on the screen is so small that you would not see it.
SO, I guess i have to write a seperate app that creates the progress bar and send data to that app from my DLL each time it is called.
Anyone know how to do that?
------------------
Kind Regards
Mike
SO, I guess i have to write a seperate app that creates the progress bar and send data to that app from my DLL each time it is called.
Anyone know how to do that?
------------------
Kind Regards
Mike
Comment