Is there a way to keep a window inactive looking, even if it contains focus? I have two forms (A and B). After the user interacts with A, I transfer focus back to B. The
You are talking about changing a default behavior of a gui model. I would not advise to do so. If the user is doing something on A then moving back to B shouldn't A disappear? Why is it 'blinking'? It should be a single switch when the focus change happens.
Couldn't tell from what you describe is the focus switching like:
A->B
B->A->user click->B
B->A
?