All I want to do is to make a thread that activates when the program starts. Is it possible? I tried to to use an event, but I failed at finding the right one (if there is one in the form’s properties).
If there is no such event, is there an alternate way to do it?
Have you tried using the
ShownorLoadevents?