Check the video above (not made by me). Its very important and may help you do some progresses in your programming habits. There are some bad habits you have to abandon if you want to have success.
Re: VB.NET Poor Habits
Posted: Tue Dec 08, 2009 6:19 am
by Miutubevids
thx new them all except for the if
thx
Re: VB.NET Poor Habits
Posted: Fri Feb 05, 2010 11:51 pm
by GoodGuy17
Very good, but he made a mistake(I think): When he said the If not button1.enabled then msgbox, his button was enabled, and if it means the same thing as = false, then it is not working because it didnt display a msgbox
Re: VB.NET Poor Habits
Posted: Wed Feb 17, 2010 11:43 am
by Nery
GoodGuy17 wrote:Very good, but he made a mistake(I think): When he said the If not button1.enabled then msgbox, his button was enabled, and if it means the same thing as = false, then it is not working because it didnt display a msgbox
Oh I didn't saw that, anyway, the MsgBox isn't important, he's just highlighting the "If Not".