Hi i have a form1 and form2 and also a button1
in my button1 i have this code
Form2.show
now when the Form2 is show and everytime i click a button
Private Sub Combo_AM_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs)_
Handles Combo_AM.SelectedIndexChanged
With Combo_AM
If Combo_EBU.Text = "EBU 2" Then
If .Text = TonetteA Then
EBU2_TonetteA()
AMFormat()
ElseIf .Text = JennyT Then
EBU2_JenniferT()
AMFormat()
ElseIf .Text = MaricrisB Then
EBU2_MaricrisB()
AMFormat()
ElseIf .Text = NellieR Then
EBU2_NellieR()
AMFormat()
End If
......
the Form2 lost its focus
is their a way to do this stuff?
like i put something like
Form2.focus