@ChrisR: For dialog box in a DLL, one approach that we've used is to have the caller supply a window message (or a range of window messages) in the WM_APP space for the dialog box to use.
↧
@ChrisR: For dialog box in a DLL, one approach that we've used is to have the caller supply a window message (or a range of window messages) in the WM_APP space for the dialog box to use.