Changeset 113 for trunk/helper.cpp


Ignore:
Timestamp:
Aug 8, 2021, 6:55:19 PM (4 years ago)
Author:
Gregg Young
Message:

Minor code updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/helper.cpp

    r93 r113  
    104104    if (fHelpEnabled)
    105105    {
    106         WinSendMsg (hwndHelpInstance, HM_DISPLAY_HELP,
    107                     MPFROM2SHORT (idPanel, NULL), MPFROMSHORT (HM_RESOURCEID));
     106        WinPostMsg (hwndHelpInstance, HM_DISPLAY_HELP,
     107                    MPFROMSHORT (idPanel), MPFROMSHORT (HM_RESOURCEID));
    108108    }
    109109}
    110110
     111#if 0
     112VOID Helper :: ChangeActiveWindow (HWND hwnd)
     113{
     114   if (fHelpEnabled)
     115    {
     116        WinPostMsg (hwndHelpInstance, HM_SET_ACTIVE_WINDOW,
     117                    MPFROMHWND (hwnd), MPFROMHWND (NULL));
     118    }
     119}
     120#endif
    111121// ************************************************************************
Note: See TracChangeset for help on using the changeset viewer.