Soldato
Hello there!
Basically I have a MDI program and I need to freeze one of the windows, but allow access to other windows.
i.e. they open up two different windows within my program. In the one window they press a button which pops up a box with a progress bar and peforms a task. While this task is going on I dont want them to be able to click on the window that popped the box up.
However, should they click on the second window that isnt doing anything, this is acceptable! So for the first window, i need basically "do modal" functionality.... but when ever i do that it stops the user where ever they click on the main MDI program.
Any ideas? :x
Basically I have a MDI program and I need to freeze one of the windows, but allow access to other windows.
i.e. they open up two different windows within my program. In the one window they press a button which pops up a box with a progress bar and peforms a task. While this task is going on I dont want them to be able to click on the window that popped the box up.
However, should they click on the second window that isnt doing anything, this is acceptable! So for the first window, i need basically "do modal" functionality.... but when ever i do that it stops the user where ever they click on the main MDI program.
Any ideas? :x