VB.NET Naming Conventions

Two questions. Should form names be prefixed and how should you name a form? The default "Form1", "Form2", etc, doesn't really seem descriptive enough for me and prefixing it with "frm" then makes the class start with a lower case letter and that just annoys me. Starting it with "Frm" just looks weird to me. And I don't like the idea of prefixing a class to begin with. So what can I do?
Topic archived. No new replies allowed.