shan_n95 said:
machanla mata vb 6 denawada.eka vista supportda..vista support nattan mata vb 8 denna..tnxxxx
Okay but the latest one is Visual Basic.NET 2008(2010 coming soon but for Vista SP1 and Windows 7) and other things is there are lot of different between VB and VB.NET
like that
VB (Version 6)
Public Sub button1_Click()
MsgBox "Messege"
End Sub
VB.NET (Version 8 < )
Public sub button(byval sender as object,byval e as system.eventargs)Handles button.click
Msgbox("Messege")
End sub
VB.NET 2008 (version 9)fully compatibly with Vista so you can download it from
Microsoft Site Freely
(Express Version -it's just enough for normal users)
Just Visit