取消
显示结果 
搜索替代 
您的意思是: 

How to change the "Context Help" Title ?

已解决!
转到解答

I have build an exe.

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

 

Is there a way ?

0 项奖励
1 条消息(共 2 条)
2,748 次查看
解答
已被主题作者 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
2 条消息(共 2 条)
2,739 次查看