I'm working on a project that has two screens and i want them to swap back and forth between each other after a certain amount of time. I have the two screens working and can swap back and forth as needed with form change buttons but i would like to add a button to enable the screens to swap back and forth on there own after a certain time has passed.
Process:
Main screen opens when project opens, press a button to enable screen swapping, wait 45 seconds and then swap to the 2nd screen, wait 45 seconds and swap back to the first screen. Repeat until screen swapping is turned off.
I have a timer on the screen and set to 45 seconds but i can't figure out how to actually call the screen change when the timer is done.
Any help would be appreciated, i've googled my heart out and i don't think i know enough about visual studio to search for the right help because i have found about everything else besides calling a form change button.