Anyone have ideas about how this http://www.codeproject.com/KB/select...leListBox.aspx can be done into VB.NET ?
Thanks!
Printable View
Anyone have ideas about how this http://www.codeproject.com/KB/select...leListBox.aspx can be done into VB.NET ?
Thanks!
Exactly the same way as it is in C#. All the principles are exactly the same. Only the syntax is different. Read the C# code first and see what you can make of it. Even an inexperienced VB developer should be able to pick out the main features, e.g. selection and looping statements, etc. For the bits you can't handle you can use an online code converter, Instant VB (which I own and can therefore recommend) or post a question here.
I have intalled C# Express and i converted the code with http://labs.developerfusion.co.uk/co...arp-to-vb.aspx and it's allright. Thanks alot! ;)