Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MmPicker control and mmPickListForm
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01260706
Message ID:
01261178
Views:
16
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform