I’m writing a quick C# console app to prompt a user for a shortcut name and then create a LNK file in a specified directory.
Is there a way to show only the inputbox and not the black console window?
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.
It’s so simple just change the output type from Console Application to Windows Application. This can be done under Project -> Properties -> Application in Visual Studio. this will run your application without
DOSconsole box.