I just got started with Mono Develop and Im trying to make a simple application,but I cant figure out how to get into deisgn view insted of code view.
I’m using windows 7 & MonoDevelop 2.6 RC1
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.
To edit the GUI, you need to open the MainWindow.cs file, which creates a new tab in the editor window and loads the file for editing, clicking after that on “Designer view”.
Regards