Quote Originally Posted by cash_site
Probably the easiest one would be VB .net, as it is simply Drag/Drop controls onto a form and object orientated programming in the form object.method() or object.property.value = XXX etc etc

http://msdn.microsoft.com/vstudio/

http://www.microsoft.com/downloads/d...displaylang=en

these should give a good starting point, and perhaps link to other good sites. Cheers.
Thanks, and I sort of know what you mean. In CSS, it's item: description, in HTML, it's item=description, and in VB it's item.description. (?)