Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MmSecuritySetupForm
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00873871
Message ID:
00874238
Views:
15
Theo,

>Is there a trick to setting up the mmSecuritySetupForm? Everytime I try I get an error "No overload for method 'mmSecuritySetupForm' takes '0' arguments".
>
>I'm trying to call the form from a main menu option using the following code:
>
>{
> mmSecuritySetupForm SecuritySetupForm = new mmSecuritySetupForm();
> SecuritySetupForm.MdiParent = this;
> SecuritySetupForm.Show();
>
>}

If you look at the source code for mmSecuritySetupForm, you'll see its constructor is expecting a reference to an object that implements the ImmUISecurity interface (any MM .NET UI control):
public mmSecuritySetupForm(ImmUISecurity secureControl)
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
Next
Reply
Map
View

Click here to load this message in the networking platform