Help with timers and buttons
Thank you both, I was not aware of the form.timer. I am still pretty new to handling these events. I will look into this and see if I can make it work (by looking at some examples ;-).Thank you very...
View ArticleHelp with timers and buttons
Thank you both, I was not aware of the form.timer. I am still pretty new to handling these events. I will look into this and see if I can make it work (by looking at some examples ;-).Thank you very...
View ArticleHelp with timers and buttons
It is not clear what timer you are using; I see you at least tried to use System.Timers.Timer. As Cor indicated, there are actually three timers as in Form.Timer vs Timer.Timer vs Thread.Timer.@SamI...
View ArticleHelp with timers and buttons
It is not clear what timer you are using; I see you at least tried to use System.Timers.Timer. As Cor indicated, there are actually three timers as in Form.Timer vs Timer.Timer vs Thread.Timer.Timer...
View ArticleHelp with timers and buttons
Why you use a Timer made for a windows service on a form while there is a dedicated windows forms timer. https://msdn.microsoft.com/en-us/library/system.windows.forms.timer(v=vs.110).aspxSuccess Cor
View ArticleHelp with timers and buttons
I am an ex program (quite a bit of VB6 back in the day) that needs to brush off some cobwebs and create a small application for work. Basically the app will display 4 image stacks (basically 4...
View Article