wxWidgets/samples/dialogs
Vadim Zeitlin c31d9c7f60 Use task dialog for wxProgressDialog implementation in wxMSW.
If available, the task dialog is now used for the wxProgressDialog under
Windows. This provides a much more native looking dialog which doesn't look
out of place under modern Windows versions, unlike the generic implementation.

The internals of the code had to be significantly changed as the task dialog
can only be shown modally so, to emulate wxProgressDialog modeless nature, a
separate thread is used for the progress dialog management.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-08-18 22:49:02 +00:00
..
descrip.mms
dialogs_vc7.vcproj
dialogs_vc8.vcproj
dialogs_vc9.vcproj
dialogs.bkl
dialogs.cpp Use task dialog for wxProgressDialog implementation in wxMSW. 2010-08-18 22:49:02 +00:00
dialogs.dsp
dialogs.h Add wxRichMessageDialog class. 2010-08-18 22:48:41 +00:00
dialogsW7.xml
makefile.bcc
makefile.gcc
Makefile.in
makefile.mgl
makefile.unx
makefile.vc
makefile.wat
tips.txt