Gustav Brock
gustav at cactus.dk
Sat Jul 3 13:56:47 CDT 2004
Hi Oleg > I have about 25 textboxes, which on a click on a button i want their > context cleared, and half of them hidden > is there a way to place them in 2 frames, and have all items inside 1 > frame cleared, and 2nd frame hidden and cleared ? Not that I know of, but you could let a rectangle cover the textboxes (bring it to front), then setting this rectangle's Visible property to True or False. /gustav