Chris Matthews schrieb:
> There is a attribute of a panel called Has Taskbar Button. I'm pretty
> sure it was there in CVI 5.0. Anyway, if this attribute is true, that
> panel should have a taskbar icon. You can set this attribute in the
> panel setup in the UI Editor, or you can set it programmatically with:
>
> SetPanelAttribute (panel, ATTR_HAS_TASKBAR_BUTTON, 1);
>
> Best Regards,
>
> Chris Matthews
> National Instruments
thanks, that's it!