hi, i was wondering how to make a gui that works like a setup.exe. Where you have a page of options then you click next or back or cancel or finish etc thanks everyone
I would use a set of panels and of course two buttons for showing the next (or previous) panel in the set.
What I would also recommend is making a panel array in code consisting of the panel's that are on the form, this way you can have an integer that's simply the index of the current panel and the button's would only need to increment or decrement the integer.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.