Home | Products | Download | Purchase | Support 


   

TestDlgBar Sample

 

The TestDlgBar sample demonstrates the how to create dialog bar and create drop menu button on the toolbar.

Steps:

Create dialog bar by call:

if (!m_wndDlgBar.Create(this, IDD_DIALOGBAR_TEST,WS_VISIBLE|CBRS_RIGHT | CBRS_SIZE_DYNAMIC | CBRS_TOOLTIPS,
CBRS_FOP_SIZE | CBRS_FOP_DEFAULT))
{
TRACE0("Failed to create dialogbar\n");
return -1; // fail to create
}



[ Home | Products | Download Area | Purchase | SupportContact us ]


Copyright ?1998-2007 UCanCode.Net Software, all rights reserved.
Other product and company names herein may be the trademarks of their respective owners.

Please direct your questions or comments to webmaster@ucancode.com