I have a problem. I have this code:
.....
Form11.show();
.....
Why it does not works? My IDE is shouting on me:
http://prntscr.com/2kfkw
Why? How can I repair it? Please help me.
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.
First, I think “show” should be capitalized. Second, you want to create an instance of your form, then show it: