I've designated a top level form, and in it I need to open a form to give a message. When I close the message form I want the top-level form top stay on the screen. It all works fine on the machine I'm developing on, but as soon as upload it onto the remote server and operate it as if I were a client, the whole thing closes down when I close the 'message' window.
I've got the 'message' window set to modal and its ShowWindow property set to type 1 and Always on top false. The 'master' window is set to modal, ShowWindow type 2 and Always on top true.
Tony Ayres
I've got the 'message' window set to modal and its ShowWindow property set to type 1 and Always on top false. The 'master' window is set to modal, ShowWindow type 2 and Always on top true.
Tony Ayres