Cor Ligthert [MVP] wrote:
> Jack,
>
>
>>For rather obscure reasons I am trying to write a simple text file of all
>>the controls and their text so that a dumb user can edit it and I read it
>>back. Anyway, I have got it working the long way.
>>Thanks for your help
>
>
>
> Than you know the "name" from that label and can you find it using one of
> those methods Herfried has showed. An alternative is using the tag, which
> makes your less dependend when you have changes. However that is only an
> extention from the methods Herfried probably shows (I don't have to look to
> it, to know what those are).
>
> Don't think looping is slow in VBNet. It is that fast that every other
> method takes often so many overhead, that looping outclasses it almost
> forever.
>
> I hope this helps,
>
> Cor
>
>
Cor,
Thanks, your advice is always welcome. I will probably have some more
questions as it goes along.
Jack
|