I’m trying make an input box pop up asking the user for a password similar to messagebox.show. But I want the user to be able to type into the box so I can use the return data to validate.
The system will check if the user has been authenticated if not it will request authentication via pop up.
What you need to do, assuming you are in WinForms, is create a new form, add a textbox and button to it, then call it if it is not authenticated.