Hi folks!
I have a main form(F1) that calls a modal form(F2). How can I make F2 sit on top of all apps until the user clicks a button on F2 to close it? I want F2 to display a warning to the user, so I want the user to manually close it. And I want to prevent the user from switching to another app(whether by accident or intent) before F2 is closed. How can I do this?
Thanks in advance.
I have a main form(F1) that calls a modal form(F2). How can I make F2 sit on top of all apps until the user clicks a button on F2 to close it? I want F2 to display a warning to the user, so I want the user to manually close it. And I want to prevent the user from switching to another app(whether by accident or intent) before F2 is closed. How can I do this?
Thanks in advance.