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