Hi,
My program calls print routines from 2 different dialogs that are
both created and running. One or the other is disabled while the
other does it's thing.
Need to know which one is NOT disabled, for a "Dialog redraw hDlg"
or "Dialog redraw hDlg54".
This msgbox: ? "hDlg= "+str$(hDlg)+" hDlg54= "+str$(hDlg54),
returns numbers: 5111992 and 1835468. What do they mean?
Can one tell which dialog is active and which one is "Disabled"?
Can use a global flg variable to tell routine, which dialog called
it, but was wondering if better way?
Thanks,
Brent
My program calls print routines from 2 different dialogs that are
both created and running. One or the other is disabled while the
other does it's thing.
Need to know which one is NOT disabled, for a "Dialog redraw hDlg"
or "Dialog redraw hDlg54".
This msgbox: ? "hDlg= "+str$(hDlg)+" hDlg54= "+str$(hDlg54),
returns numbers: 5111992 and 1835468. What do they mean?
Can one tell which dialog is active and which one is "Disabled"?
Can use a global flg variable to tell routine, which dialog called
it, but was wondering if better way?
Thanks,
Brent
Comment