Hi,Im LAbWindows CVI developer and I have a serious problem, i made a software system composed
of various software components, some of then interact between themselves using windows messaging.
Actually the system runs on a windows NT 4 workstations, but we are migrating to Windows XP and
I encountered a problem:
Two of the software components use a especific user defined windows message code to
indicate the each other to activate his actual loaded window, this action makes the
function to switch between one application to the other without use of ALT-TAB, in the
UIRS of both apps is a command button that makes the switch effect.
I use the CVI function
library "MakeApplicationActive" to make the switch functio
n, that is ,
the application that receives the message uses "MakeApplicationActive" to bring
the control to his window, on windows NT workstations theres no problem but
when the system runs on windows XP this functionallity doesnt work. if i use the command
to switch to another applicationm the app that receives the message calls
"MakeApplicationActive" i saw that the windows received the message because his taskbar
button starts to blink.
What's the problem, what i can do? there's a XP configuration i have to make?
Please help, because if there's no solution, probably i have to redesing entire
system.