01-25-2011 10:39 AM
Hello.
I have a question about the creation of executable file by LabWindows/CVI 2009. After creating and running the file, in the Windows Property Bar two icons are present instead of one (one of the two disappears when program window is minimized). Is there such a way to have only 1 icon in the property bar?
Thanks
B.M.
Solved! Go to Solution.
01-25-2011 10:52 AM
Hi,
assuming that you are referring to the debug executable and task bar buttons you can change the behavior by setting the panel attribute ATTR_HAS_TASKBAR_BUTTON (0, the default, means no separate taskbar button).
01-31-2011 03:00 AM
Thank you Wolfgang, very useful
B.M.
01-31-2011 03:18 AM
You're welcome!