CompuServe Thread

IconWorks's secret

1 messages in this thread
#1151From: Don FunkOct 3, 1991 9:34 AM
Hi Isaac, Every control is visible during design time. This particular control has properties AutoRedraw = TRUE and Visible = FALSE. Since it is set to visible = 0, then it will not show up during run-time. Use the search property in the menu and search all modules for reference to this control. This should show how to manipulate an invisible control. Don Funk