Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MmPicker control and mmPickListForm
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
01260706
Message ID:
01261178
Vues:
18
Yassin,

The problem is in this code:

> Public Sub New(ByVal pickListParms As mmPickListParameters)
> ' This call is required by the Windows Form Designer.
> Me.New()
> End Sub
>

You are calling the overload of the base class constructor that doesn't accept any parameters. Instead, you need to call the overload that accepts the pickListParms object:
Me.New(pickListParms)
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform