Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Overriding the Click Method on a pre-defined mmButton
Message
 
To
07/05/2008 17:22:28
Frank Dolinar
Mi House of Representatives
Michigan, United States
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Network:
Novell 6.x
Database:
MS SQL Server
Miscellaneous
Thread ID:
01315755
Message ID:
01316538
Views:
14
Frank,

>We have an mmButtonCancel on most of our data entry / maintenance forms. In some cases we want to add additional functionality to the click method. I would expect that the way to do this in VB.Net would be to override the cilck method in mmButtonCancel (i.e. mmButtonCancel_Click), or the derived cancel button on the mmMaintenanceForm (i.e. mmbtnCancel). We've made several attempts but as soon as we double click on the button on the form to bring forward the code template shown below, we get an immediate error:
>"Handles clause requires a WithEvents variable defined in the containing type or one of its base types."
>----------
>Private Sub mmbtnCancel_Click_1( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles mmbtnCancel.Click
>
>End Sub
>----------
>
>How do we get past this error and override the click method of the button?

I think you already figured this out based on other posts?

Best Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Reply
Map
View

Click here to load this message in the networking platform