i need to convert this bcause some codes are not working in vb6...i need help.thanks
Public Class Form1
Private Sub cboLvl_TextChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles cboLvl.TextChanged
If cboLvl.Text = "" Then
cboSection.Enabled = False...