F
Frank
Hello,
I use the tag of a textbox to store the address of a structure:
uFormTag = New formTag()
Me.Tag = uFormTag
First question: is that the rigth way to do it? Or should it be
tag=addressof uformtag
Second question: how do I pull the info out of the tag? How do I use the
address in there to get to the info in the structure?
Thanks
Frank
I use the tag of a textbox to store the address of a structure:
uFormTag = New formTag()
Me.Tag = uFormTag
First question: is that the rigth way to do it? Or should it be
tag=addressof uformtag
Second question: how do I pull the info out of the tag? How do I use the
address in there to get to the info in the structure?
Thanks
Frank