Hiding default windows
Posted: Thu Mar 24, 2005 19:04
im working on making a simple approach to using CELayout Editor to create single "interfaces" which are defined by seperate class files, so that i can create a mainMenu form and have a class to handle it all, etc. however, since i use a default window as a container to hold all objects in that specific GUI system (some of which are on forms, some of which are not), i have ran into some trouble hiding everything on the default window. apparently, calling hide on the default window is not hiding all the other objects on it. is there a way around this?