07-14-2011 02:29 PM
Hi,
In MS VC++ there is a function that sets the title of a dialog or MDI/SDI ( SetTitle ). Is there a similar function in LabWindows/CVI or similar mechanism?
Thanks
Solved! Go to Solution.
07-14-2011 02:42 PM
I don't know the VC++ function you mention, but what about SetPanelAttribute (, ATTR_TITLE, );?
07-15-2011 09:51 AM
Thanks :manvery-happy:
07-15-2011 10:33 AM
you're welcome - and thanks for the feedback.