Hi,
I am trying to use window's hyperterminal as a child window of my cvi
application. I managed to do it using Findwindow and SetParent SDK
functions, but when i clik on the new child window, windows acts as if
i had hit ALT+TAB and changes the current window shown (for exemple,
if my cvi program and excel are both running, whenever i click on the
child window, excel is activated and appears instead of my
application).
Another question : i'm trying to remove the title and menu bars of the
child window. Is it possible ?