Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Command Bars
  New Posts New Posts RSS Feed - Excuse me, how can XCB resource loading the inside
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Excuse me, how can XCB resource loading the inside

 Post Reply Post Reply
Author
Message
ljx1437 View Drop Down
Newbie
Newbie


Joined: 26 June 2011
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote ljx1437 Quote  Post ReplyReply Direct Link To This Post Topic: Excuse me, how can XCB resource loading the inside
    Posted: 26 June 2011 at 1:42pm

Excuse me, how can XCB resource loading the inside of the Menu Popup.

BOOL CMainFrame::LoadFrame(UINT nIDResource, DWORD dwDefaultStyle, CWnd* pParentWnd, CCreateContext* pContext)
{
 if (!CFrameWnd::LoadFrame(nIDResource, dwDefaultStyle, pParentWnd, pContext))
  return FALSE;
 GenerateCommandBars();
 LoadCommandBars(lpProfile);
 
 return TRUE;
}
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.