Hi All,
I'm trying to create a GUI which looks like an installer, whereby you click next and rather than opening a new form, it keeps the same form but displays different information (kind of like different panels).
I'm making a college project where I'm using a MySQL database to hold information, and Engineers will use an ID to sign in and out Parts (with IDs). The part of the project I want to make operate similar to an Installer gui is where they enter their Employee ID, it then displays details and asks if they are correct *and also brings up a new form with a place they can edit their details), then asks for Part ID, then displays all information at the end and asks them to click confirm, at which point that button click updates the database.
Anyone got any ideas on how I can do this?
Thanks for all your help.
Alex