XTP_ID_CUSTOMIZE |
Post Reply |
Author | |
Jeff1
Newbie Joined: 19 August 2005 Status: Offline Points: 8 |
Post Options
Thanks(0)
Posted: 06 September 2005 at 3:42pm |
Is there a way to get OnCustomize to work in a Dialog based app?
ON_COMMAND(XTP_ID_CUSTOMIZE, OnCustomize) void CDialogSampleDlg::OnCustomize() { // get a pointer to the command bars object. CXTPCommandBars* pCommandBars = GetCommandBars(); if (pCommandBars == NULL) return; // instanciate the customize dialog CXTPCustomizeSheet dlg(pCommandBars); |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello, Will be added in 9.80. |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |