Hi guys,
Currently I am developing a window forms application using VB.NET. Yet, I have a problem in forms navigation.
The problem is :
Now I have created 3 forms. Let say form 1, form 2 and form 3.
Now, I want to navigate from form 1 to form 2, and from form 2 to 3 then form 3 back to form 1 again. Its time i navigate to the next form..i want to make sure that the previous form is closed.
In this case, Do you guys have any solutions for it?