|
-
Aug 6th, 2000, 06:43 AM
#1
Thread Starter
Hyperactive Member
How can I detect what button was pressed on the commondialog control. (save/open or cancel button)
-
Aug 6th, 2000, 08:25 AM
#2
Monday Morning Lunatic
Set its CancelError property to true, then when it returns, if the user pressed Cancel, error number 32755 (cdlCancel) will be raised. If they press Save/Open, no error will occur.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Aug 6th, 2000, 11:10 AM
#3
Thread Starter
Hyperactive Member
thanx,
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
|