Link to home
Start Free TrialLog in
Avatar of pmask
pmask

asked on

Create many textboxs at runtime

how can i create many textboxs at runtime by controls.add like use textbox.Index and programming with each of textbox events like TextChange,MouseEvents,...
Avatar of bingie
bingie

create an array of textboxes
dim x as textbox()
and then with the load statement
load another and another... and another...
Avatar of pmask

ASKER

you can give some exmaple to create an array with WithEvents. Thanks
ASKER CERTIFIED SOLUTION
Avatar of eliaslopezgtz
eliaslopezgtz

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial