|
-
Jul 21st, 2004, 01:41 AM
#1
Thread Starter
Addicted Member
Opening a new form
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....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|