I am new to the smart device app side of VB and I have a question. The thing is that I am writting a pocket pc version of the game left right center and can not for the life of me figure out how to call a second form. I can get the second form to load and show but you can not click on anything in the form. Can someone tell me what the problem might be

Help
Pavr
Dim
frm As New Form2frm.Show()
'frm.Visible.Equals(True)frm.NumericUpDown1.Enabled =
Truefrm.Button1.Enabled =
Truefrm.Label2.Enabled =
Truefrm.Label3.Enabled =
Truefrm.Label4.Enabled =
True Me.Hide()dninja
Dim l_frm2 As New frm2
l_frm2.showdialog() or l_frm2.show