I want launch a dialog box to prompt the user for website credentials, am i able to design the dialog box like normal VB windows?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You will need to turn off the Windows Application Framework in the project properties. Then set your start up object to
Sub Main. Then create a ‘Public Sub Main” in a module (not a class). That will then be the entry point to your application. Then do something like this: