Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MmSecuritySetupForm
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00873871
Message ID:
00874238
Vues:
14
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform