wyrd
Well-known member
Im not sure I understand why, but a lot of people coming from VB6 seem to have a hard time ditching their old ways and using the .NET coding style. A few examples;
lblItem, txtItem, etc.. I hated that darn coding style in VB6 and was more then happy to do away with it.
Another example is people just blatantly using the VisualBasic namespaces to use legacy VB6 methods and properties. Just today I saw someone using UCase() Len() and FileOpen()
I just dont get it and just had to make a minor rant about it.
BTW.. the examples I used were from other forums I visit so please do not think Im putting anyone from this forum down.
lblItem, txtItem, etc.. I hated that darn coding style in VB6 and was more then happy to do away with it.
Another example is people just blatantly using the VisualBasic namespaces to use legacy VB6 methods and properties. Just today I saw someone using UCase() Len() and FileOpen()
I just dont get it and just had to make a minor rant about it.
BTW.. the examples I used were from other forums I visit so please do not think Im putting anyone from this forum down.