MyApp (.NET C #) is launched using OtherApp (C ++).
When launched, my application captures the entire screen and gives the user two options. One option exits MyApp and returns to the OtherApp main screen. The second option exits the screen and displays another screen for user input - after entering it exits and returns to OtherApp.
In some cases, the OtherApp screen does not redraw (it can only see the background, not the buttons). I cannot easily reproduce this (when I do this, it seems like an accident), but I have seen it in a number of applications.
Is there any way MyApp can force a screen to be redrawn in OtherApp?
What could be the reason for this?
CONFIRMATION - OTHER APPLICATIONS ARE NOT OUR. Our client uses OtherApp. MyApp is triggered by the filewatcher event. When we see a file, we process it. If this is the file we are looking for, we give the user two options. OtherApp does not know that MyApp exists.
Scottf007
source share