Hi, I'm using Actual Windows Manager which has a virtual desktop switcher and a collegue of mine uses another virtual desktop manager (of which I don't know the name).
Both of us have the exact same problem: I show a modal dialog from my dotnet app (ShowModal(me/this)) and when I switch from my main desktop to a virtual one, the modal dialog returns DialogResult.Cancel. This is with every dotnet app we have and it is ONLY with dotnet apps; other apps just behave well when switching desktops.
So, I guess dotnet doesn't really show a modal dialog (something I suspected already before this problem surfaced), but the question is: How can we prevent this from happening. It is really destructive if our users start out filing forms and halfway thru that switch to another desktop and when returned find that their form is gone...
Any advice greatly welcomed!
Thanks....
Greetings,
Rick
Both of us have the exact same problem: I show a modal dialog from my dotnet app (ShowModal(me/this)) and when I switch from my main desktop to a virtual one, the modal dialog returns DialogResult.Cancel. This is with every dotnet app we have and it is ONLY with dotnet apps; other apps just behave well when switching desktops.
So, I guess dotnet doesn't really show a modal dialog (something I suspected already before this problem surfaced), but the question is: How can we prevent this from happening. It is really destructive if our users start out filing forms and halfway thru that switch to another desktop and when returned find that their form is gone...
Any advice greatly welcomed!
Thanks....
Greetings,
Rick