R
robert schild
How do you identify a control in a control collection in a
VB.NET CF app since there's no NAME property available?
You can't use the following:
Dim CTRL as control
for each ctrl in controls
if ctrl.name = "txtName") then
VB.NET CF app since there's no NAME property available?
You can't use the following:
Dim CTRL as control
for each ctrl in controls
if ctrl.name = "txtName") then