LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

FindWindow and SetParentSDK functions

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 ?
0 Kudos
Message 1 of 2
(3,543 Views)
Hi,

Would you mind posting an example of your code? I would like to investigate it further and replicate the issue here. Also, for removing the title and menu bars, you might want to try the SetPanelAttribute function panel. If this doesn't work for SDK child windows, you may have to dig through msdn for a similar function call to get and set attributes of a window.

Jeremy L.
National Instruments
Jeremy L.
National Instruments
0 Kudos
Message 2 of 2
(3,543 Views)