Dynamically Creating Controls

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to dynamically create and NAME controls in a smart device application.
I am using C#. I can create the controls without problems but it seems the
compact framework does not support the NAME (or ID for vb) property. Does
anyone have a work around or solution for this?

Thanks in advanced!
Paula
 
why do you need a name?

have you thought of using the tag property or inheriting from the control
and making your own name property?


|I need to dynamically create and NAME controls in a smart device
application.
| I am using C#. I can create the controls without problems but it seems
the
| compact framework does not support the NAME (or ID for vb) property. Does
| anyone have a work around or solution for this?
|
| Thanks in advanced!
| Paula
 
Back
Top