How to remove controls at run time
Posted on January 4, 2009
1 2 3 4 5 | 'Controls - How to remove controls at run time 'You can remove controls from a control array using the Unload command, as in 'the following line of code: Unload Text1(1) |
1 2 3 4 5 | 'Controls - How to remove controls at run time 'You can remove controls from a control array using the Unload command, as in 'the following line of code: Unload Text1(1) |