Got a problem here.

Dim cf2 As New CrossfireForm2

If (DatePicker1.Value() > Now()) Then
cf2.Show()
End If

Problem is that when cf2 is called, cf1 which is form1 will still be active... How to make cf1 inactive.

Also I tried using .ShowDialog() , error compiling....