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:

  1. http://www.codeproject.com/kb/dialog/dialogheader.aspx (mfc article)
  2. http://www.codeproject.com/kb/dialog/taskdialogs.aspx (doubtful.. how use it)

the desired output eclipse jface titleareadialog (see below image).

title area dialog

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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -