pdanford
01-26-2005, 04:39 PM
Hi,
I am building an application to run on a PPC 2003 device using VB.NET
So far I am programaticaly building text boxes to capture data entered by the user. However, for each text box I build I also need to store with it some kind of unique identifier to allow me to do updates later.
In a standard VB.NET app for a PC I could simply name the button:
eg. objButton.Name = "123"
And use this value. However, this is not available when developing against the PPC platform.
Also the Tag property is missing eg. objButton.Tag (which could also be used).
Has anyone else come accross this problem and found a solution. I may have missed something completely obvious!!!
Any help greatly appreciated.
Thanks,
pd
I am building an application to run on a PPC 2003 device using VB.NET
So far I am programaticaly building text boxes to capture data entered by the user. However, for each text box I build I also need to store with it some kind of unique identifier to allow me to do updates later.
In a standard VB.NET app for a PC I could simply name the button:
eg. objButton.Name = "123"
And use this value. However, this is not available when developing against the PPC platform.
Also the Tag property is missing eg. objButton.Tag (which could also be used).
Has anyone else come accross this problem and found a solution. I may have missed something completely obvious!!!
Any help greatly appreciated.
Thanks,
pd