R
Rob
All of my controls are built at runtime. The events for
the controls are hard coded and I relate the control to
the event at runtime since the control is created at
runtime. The problem is the same event might be used by
different controls and I am having problems with
determining what control called the event. The Name
member is not supported in in .NET Compact Frameworks so
I can't cast the sender parameter to Object, Control,
Button, etc to find value of the Name member.
What is another way for me to determine what control
called the event.
Thanks for any help offered.
the controls are hard coded and I relate the control to
the event at runtime since the control is created at
runtime. The problem is the same event might be used by
different controls and I am having problems with
determining what control called the event. The Name
member is not supported in in .NET Compact Frameworks so
I can't cast the sender parameter to Object, Control,
Button, etc to find value of the Name member.
What is another way for me to determine what control
called the event.
Thanks for any help offered.