Expand Minimize
0 out of 2 rated this helpful - Rate this topic

CWinApp::EnableTaskbarInteraction

Enables Taskbar interaction.

BOOL EnableTaskbarInteraction(
   BOOL bEnable = TRUE
);
bEnable

Specifies whether interaction with Windows 7 taskbar should be enabled (TRUE), or disabled (FALSE).

Returns TRUE if taskbar interaction can be enabled or disabled.

This method must be called before creation of main window, otherwise it asserts and returns FALSE.

Header: afxwin.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.