|
-
Jul 25th, 2004, 08:41 PM
#1
Thread Starter
Addicted Member
Show and ShowDialog
Why is it that I cant use ShowDialog()
Use of unsupported member 'valuetype System.Windows.Forms.DialogResult System.Windows.Forms.Form::ShowDialog()'
If DatePicker1.Value >= DateTime.Today Then
cf2.TextBox1.Text = CStr(DatePicker1.Value)
'cf2.Refresh()
cf2.ShowDialog()
Me.Hide()
End If
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
|