devxlogo

Detecting the Cancel Button

Detecting the Cancel Button

Question:
In my “Save As” dialog box (from CMDIALOG.VBX), my OK button and Cancel button both save work. How do I recognize when the userpresses the Cancel button?

Answer:
One of the properties of the Common Dialog (before you set the Action property) you can set is the CancelError flag. If you set this, you will get a trappable error indicating that the user pressed the Cancel button. Unfortunately, it is the only way to catch the button. There is an example in the VB help file for this topic, and it is fairly straightforward (once you know it exists, that is).

See also  Professionalism Starts in Your Inbox: Keys to Presenting Your Best Self in Email
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist