Hi, I have a navigation of forms. For example, my main form is Form1. I can go to form2 from Form1 and to Form3 from Form2. Now, if I change something on Form3, a button is made visible on Form1. So, far I can do this. However my problem is:
When I close the application and open it again, the button is not visible on Form1. I have to go through the process of opening Form3 and then the button becomes visible on Form1. I want to put something in the on load event for Form1, but since Form3 is not open during this time, it gives me error? How can I do this? Please help.
Thanks
When I close the application and open it again, the button is not visible on Form1. I have to go through the process of opening Form3 and then the button becomes visible on Form1. I want to put something in the on load event for Form1, but since Form3 is not open during this time, it gives me error? How can I do this? Please help.
Thanks