Control Arrays in Visual Basic .NET

  • Thread starter Thread starter jean paul
  • Start date Start date
J

jean paul

Hello,

I work on POCKET PC and I use Control Arrays in Visual Basic .NET in
the Compact Framework
(http://msdn2.microsoft.com/en-us/library/aa289500(VS.71).aspx) with
Buttons and all works...

Now I want to use my own objects (buttons with additional properties
( that Inherits from System.Windows.Forms.Control).
These objects wotks well all alone but not in the Control Arrays. My
button objects are recognized like simple standard buttons without
additional properties.

Are there particular declarations to use its own objects in "control
arrays" ?



thank you
 
You said, "These objects wotks well all alone but not in the Control
Arrays."

Can you explain in what way they don't work well as an array?

--
Neil Cowburn
Principal Partner
OpenNETCF Consulting, LLC.

http://www.opennetcf.com/
 
Back
Top