CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: hienbn49

Search: Search took 0.03 seconds.

  1. Re: [RESOLVED] Creating DialogBar with my own controls (MFC)

    Dear VictorN,

    Thank you so much for your help. It works now, I have wonderful feeling now.
    Once again, Thank you so much.

    Wishing you a beautiful weekend.
  2. Re: [RESOLVED] Creating DialogBar with my own controls (MFC)

    Dear VictorN,


    LRESULT CControlBar::OnSizeParent(WPARAM, LPARAM lParam)
    {
    AFX_SIZEPARENTPARAMS* lpLayout = (AFX_SIZEPARENTPARAMS*)lParam;
    DWORD dwStyle = RecalcDelayShow(lpLayout);

    if...
  3. Re: [RESOLVED] Creating DialogBar with my own controls (MFC)

    Dear, VictorN

    The error I get in CMainFrame . It seems that the program could not create the object. However, I do not get the trapping message
    CPane1 aPane_Dlg;


    if (!aPane_Dlg.Create(this,...
  4. Re: [RESOLVED] Creating DialogBar with my own controls (MFC)

    Dear All, (JazzDev, VictorN, ovidiucucu,....everyone)

    Could you help me solve my problem as a continuation of this topic. My problem as follows:
    1) I followed the link : How to Initialize Child...
  5. Re: [RESOLVED] Creating DialogBar with my own controls (MFC)

    Dear All, (JazzDev, VictorN, ovidiucucu,....everyone)

    Could you help me solve my problem as a continuation of this topic. My problem as follows:
    1) I followed the link : How to Initialize Child...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured