B
Bruce D
I've just begun to write my third VB.NET program and I thought I should ask
the simple question...
Should I be using me.txtname.text or txtname.text? Most of my programs are
using the ME. prefix when referring to the objects on a form. I know it's
the same thing. I find it easier to read using "me." but I want my code to
be as efficient as possible. I did a quick Google, but found nothing. Are
there performance issues or is it only a preference?
Just wanted the groups $.02
-bruce duncan
the simple question...
Should I be using me.txtname.text or txtname.text? Most of my programs are
using the ME. prefix when referring to the objects on a form. I know it's
the same thing. I find it easier to read using "me." but I want my code to
be as efficient as possible. I did a quick Google, but found nothing. Are
there performance issues or is it only a preference?
Just wanted the groups $.02
-bruce duncan
.