Depending on the application and type of form you might also have to explicitly initialize the form for display by setting its Visible property to TRUE or by calling its Show( ) method. In any case, forms do not initially appear until you execute an appropriate .NET WAIT-FOR statement. After that point, you can display any other non-modal forms using their Visible properties or Show( ) methods alone.