I have a form let's call it Form1 that calls another form(Form2)
Form2 to has a bit a code that needs to load in the LOAD_EVENT and takes about 4 seconds.
I have made a new form(frmProgress) that only has a progress bar.
I want frmProgress to show up and load the progress bar meanwhile Form2 is loading.
I've tried using BackgroundWorker but I can't seem to get the grasp of it.
Can someone please help me out. Thanks.
btw i've looked into some tutorials but don't fully understand it.