LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the "Context Help" Title ?

Solved!
Go to solution

I have build an exe.

I want to change the "Context Help" window title.

 

Is there a way ?

0 Kudos
Message 1 of 2
(2,749 Views)
Solution
Accepted by topic author Pnt

Well, that's a question I've never heard before. Is it possible? Yes. Is it possible using LabVIEW property/invoke nodes? I doubt it. If you're on Windows you can use the Windows API to use the SetWindowText function. You can use the lvwutil32 library to do this.

 

 

Note that you will need to do this every time the window gets displayed.
 
Message Edited by smercurio_fc on 11-26-2008 09:09 AM
Message 2 of 2
(2,740 Views)