The version of Visual Basic .NET used in Visual Studio/Visual Basic 2010.
When I build the release project of the vb.net 2010 I just started using, I get two warnings: the version …
vb.net-2010 setup-deployment crystal-reports-2010I have a vb.net 2010 form with 22 data bound controls from two tables held in a dataset which is navigated …
vb.net add vb.net-2010 databound-controlsI want to perform a basic calculation with fractional numbers using vb.net. Dim a As Single= 7200.5 Dim b As …
vb.net vb.net-2010I have to following code: Try Dim mail As New MailMessage() Dim SmtpServer As New SmtpClient("smtp.gmail.com") mail.…
vb.net vb.net-2010How Can I Get The Redirected URL From Original or Short URL? for example: URL_1 (Short URL) = "http://af.ly/…
vb.net vb.net-2010 url-redirection