S
Sai
Hi all,
I am trying to write a desktop app which when given a DLL full of forms for
compact framework will look at each form and control through reflection and
auto-generate some code. However, I need to uniquely identify each control
when I use the auto-generated code on the pocket pc and I cannot tie the
code back to the control because the control.name property is not available.
How can i uniquely identify a control at runtime on the pocket pc without
using the control.name property ?
Thanks
Sai
I am trying to write a desktop app which when given a DLL full of forms for
compact framework will look at each form and control through reflection and
auto-generate some code. However, I need to uniquely identify each control
when I use the auto-generated code on the pocket pc and I cannot tie the
code back to the control because the control.name property is not available.
How can i uniquely identify a control at runtime on the pocket pc without
using the control.name property ?
Thanks
Sai