11-26-2008 08:54 AM
I have build an exe.
I want to change the "Context Help" window title.
Is there a way ?
Solved! Go to Solution.
11-26-2008 09:07 AM - edited 11-26-2008 09:09 AM
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.