c++ - How to create TitleAreaDialog using WTL or Windows SDK (no MFC)? -
i trying create titleareadialog using wtl or windows sdk (please no mfc). google able find these 2 links:
- http://www.codeproject.com/kb/dialog/dialogheader.aspx (mfc article)
- http://www.codeproject.com/kb/dialog/taskdialogs.aspx (doubtful.. how use it)
the desired output eclipse jface titleareadialog (see below image).
kindly suggest way using sing wtl or windows sdk (with c++).
thanks
finally able solve using dialog header link. went through code twice or may thrice :) , ported wtl.
there example in pure c++/win sdk: xmessagebox. replacing default windows messagebox (although there mode uses title area + icon).
if working vista or greater , want grab basic information via checkboxes, radio buttons etc have @ this: vista_taskdialog_wrapper , vgtaskdialog
Comments
Post a Comment