I have the following problem:
I created a user management library (DLL) that only has a timer enabled. When I try to use this control in the application, as soon as I drag it into the form in development mode, it starts to count! Even if the application does not work ... How can I avoid this?
My goal is that the timer starts counting down as soon as the application starts, but not in development mode ... because the timer uses some external functions that cause a crash in development mode.
Thank you for the advanced!
Dario
source
share