Check for task dialog availability even under Vista and later.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 15 Oct 2010 23:46:19 +0000 (23:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 15 Oct 2010 23:46:19 +0000 (23:46 +0000)
commit5b1985a920a3e3fb457192d4bee7ea89a72a974a
tree9fe300b7d146ad104a000e6025d7744d3b00ec23
parenteead52913d9f4f407dc5f9e064901b7f5aae2d9d
Check for task dialog availability even under Vista and later.

Task dialogs are not always available under Vista and later Windows versions
because we might not be using the right (i.e. 6+) version of comctl32.dll.

Improve the check for task dialog availability and fall back to the classic
message box if we can't use it.

Closes #12553.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/msgdlg.h
src/msw/msgdlg.cpp