this might be a very very basic question, but what is the best way to name my forms?
I mean, can I use spaces or will that give me problems later on?
Example
Should I use “Logged on Popup” or “Logged_on_Popup”?
Thanks!
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.
Don’t use spaces. Or Underscores. Microsoft do have some naming conventions that they recommend. Whilst they don’t specifically have any recommendations re: form naming, they may be quite a good read:
Also, bear in mind that the name used in your code isn’t exposed to the end users – whereas the captions of your forms are – make sure that those captions are well chosen.