Hi all, I read that Microsoft VB .NET naming convention is MyCar and those things. I understand that Microsoft is sort of moving away from using strMyCar for string and so on.
But I would like to know how do you all naming your form components like Button, Label, ListBox... in VB .NET? Do you all use btnMyButton or just MyButton? What should I use?
Microsoft never seems to touch on this and I would like to follow a standard convention.
Thx




Reply With Quote