Control Arrays in Visual Basic .NET

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
 
N

Neil Cowburn

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/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top