I liked programming in vb6 and then I had to move to vb.net as it was way forward. The experience with vb.net is great but there were some things that I wanted to see in vb.net that were in vb6.
I used to make the combo boxes in vb6 non editable, so the user can only select the list values and not add any of his/her own values. When I tried to do this in vb.net I didn’t know how to do it. I had many programming errors in many of my applications just because of this.
It is more frustrating for a person when he has moved away from something and then realises that it was worth a lot.
Most answers are just underneath your nose. The trick to success is to find it sooner.
Then I realised after searching on the internet that if you make the DropdownStyle property to “DropDownList” it will allow user to select the list values but will not allow user to write their own.
