Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with MM TabControl
Message
From
13/11/2007 10:56:15
 
 
To
12/11/2007 22:57:44
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01268559
Message ID:
01268652
Views:
10
Now it's really getting icky.

When I use this:
Dim WithEvents TabControl As New TabControl()

I get this message:
Warning 1
variable 'TabControl' conflicts with variable 'TabControl' in the base class 'mmMaintenanceForm' and should be declared 'Shadows'

Then I use this:
Shadows WithEvents TabControl As New TabControl()

I get this message when the form starts:
Unable to cast object of type 'System.Windows.Forms.TabControl' to type 'System.ComponentModel.ISupportInitialize'.

Since I'm using the MM Tab Control, I can't tell what I should be doing where.

Any suggestions on this?

Thanks.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform