Visual Basic Code To ASP.Net Windows Application
I want code convert Visual Basic 6.0 To Windows Application. I am not getting any tool which convert code in the right way.I have follow this link but not convert successfully .
http://www.guru99.com/c-windows-forms-application.html
http://www.ispirer.com/application-conversion/visual-basic-to-cs-migration
http://www.digitalcoding.com/tools/code-converter-vb-csharp.html
http://www.artinsoft.com/pr_vbcompanion.aspx
Code is given below:
Private Sub cmbOptionType_Click()
If cmbOptionType.Text <> "" Then
If oFs.FolderExists(var_LocalAddress) = False Then
MsgBox "Local path (" & var_LocalAddress & ") is not found!", vbExclamation + vbOKOnly, "Error..."
Exit Sub
End If
Call GetSectionWiseData(Trim(cmbOptionType.Text))
Thanks & Regards
Nitin Sharma