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

Search:

Type: Posts; User: mddd

Search: Search took 0.04 seconds.

  1. Thread: Command

    by mddd
    Replies
    3
    Views
    715

    Command

    Hi,

    In my application I have a menu item (ID_MENUITEM) that is available on the mainframe menu as well as on the right context menu of a modeless dialog.

    I need to know when the menu item gets...
  2. Replies
    2
    Views
    1,035

    Multiple inheritance for a CListCtrl

    I have an application that uses CListCtrls.

    Requirement 1 is to have a list control that uses alternating colors for different rows
    Requirement 2 is to be able to print the list control.

    I've...
  3. Replies
    9
    Views
    5,364

    Thanks very much for the info Steve, -MD

    Thanks very much for the info Steve,
    -MD
  4. Replies
    9
    Views
    5,364

    Thanks very much for your replies. Clarified...

    Thanks very much for your replies. Clarified many points...

    The approach I am trying to resolve my problem is:

    CObject
    |
    CCmdTarget
    |
    CWnd
    |
  5. Replies
    9
    Views
    5,364

    overriding mfc inheritance

    Here is the MFC class hierachy:

    CObject
    |
    CCmdTarget
    |
    CWnd
    |
    CDialog
    |
  6. Thread: Dialog Activation

    by mddd
    Replies
    6
    Views
    997

    sstofka - Thanks for your reply again....my...

    sstofka - Thanks for your reply again....my problem was:

    I just realized that my modeless dialog was a child window of CMDIChildWnd. The activate calls were being trapped CMDIChildWnd. So...
  7. Thread: Dialog Activation

    by mddd
    Replies
    6
    Views
    997

    Thanks for your replies. I did try WM_ACTIVATE...

    Thanks for your replies.

    I did try WM_ACTIVATE in my dialog....but that does not get invoked.

    Does this have something to do with the fact that my dialogs are modeless?

    This is a sample:
    ...
  8. Thread: Dialog Activation

    by mddd
    Replies
    6
    Views
    997

    Dialog Activation

    My application consists of a mainframe window that can display multiple modeless dialogs. At a given time multiple dialogs can be open.

    My question is:
    What message can the dialog trap to know...
  9. Replies
    7
    Views
    1,110

    I implemented the solution suggested by _msd_ and...

    I implemented the solution suggested by _msd_ and it works well for my purpose.

    Thanks very much for everyone's help with this problem.

    -MD
  10. Replies
    7
    Views
    1,110

    I created a template for...

    I created a template for SReviewDlg(IDD_REVIEW_DLG) as this a base template for SReviewInterestDlg's template (IDD_REVIEWINTEREST_DLG)

    There are going to be mulitple dialogs that will derive from...
  11. Replies
    7
    Views
    1,110

    dialog hierarchy from cdialog

    I've read many posts related to this topic...I think I understand but wanted to clarify what I think I understand.

    Here's my situation:
    My class hierarchy is as follows:

    ...
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured