KnowledgeSeeker
Programmer
I have an application that has a switchboard open a form which, in turn, opens a number of other forms, closing each "old" form as it goes to the new one. The problem I have is that as each form is opened and the old one is closed, the switchboard form appears on the user's monitor momentarily and is distracting to the application. Ideally I would like to be able to have the new form open on top of the old form and then have the old form then be closed in the background so there is no apparent visual "break" in between the two screens. Sounds simple, I'm sure. But how can I do it? I can't seem to figure it out - perhaps because this is all so new to me. %-) Thanks!