Re: Creating new textbox at run time
- From: "Ray Pixley" <r.pixley@xxxxxxxxxxx>
- Date: Fri, 28 Oct 2005 22:58:29 GMT
"Douglas J Steele" <NOSPAM_djsteele@xxxxxxxxxxxxxxxxx> wrote in message
news:eDSBkh$2FHA.1476@xxxxxxxxxxxxxxxxxxxxxxx
> Do you really need to add a new textbox, or can you have a hidden one that
> you make visible when you need it?
Definitely yes. But I'll eventually need many of them, i.e. I antiticapte
that one image may have more than 100 bookmarks on it, others just 1 or 2.
And I want to be able to create or set to nothing such instances almost at
whim. I'll freely admit it's a resource and memory management problem, but
creating many instances in an organized fashion is possible. Say something
like " Dim aaa(100,10) As TextBox". But right now, I can't instantaneorize
(if that's a word) just one.
> If you really do need one, take a look at the CreateControl method.
Didn't know about that method. Looks like I have some reading to do.
Thanks
.
- References:
- Re: Creating new textbox at run time
- From: Douglas J Steele
- Re: Creating new textbox at run time
- Prev by Date: Re: custom class module- in another database
- Next by Date: RE: updating a record from another table.
- Previous by thread: Re: Creating new textbox at run time
- Next by thread: Re: Creating new textbox at run time
- Index(es):
Relevant Pages
|