hi,
i have a dialog-based appl where i display some data via the OnPaint function. the data were continiously updated in an extern file, that send a WM_PAINT broadcast.
now, i create another dialog from my appl, where i want to display exactly the same data vis ITS OnPaint function.
my question:
(1) how i can realise the same visualisation in both dialogs in generall (with state data e.g.)?
(2) when i have managed that, will the broadcast in my extern thread call BOTH OnPaint function? when no, how can i realise that??
cheers
hilmar
i have a dialog-based appl where i display some data via the OnPaint function. the data were continiously updated in an extern file, that send a WM_PAINT broadcast.
now, i create another dialog from my appl, where i want to display exactly the same data vis ITS OnPaint function.
my question:
(1) how i can realise the same visualisation in both dialogs in generall (with state data e.g.)?
(2) when i have managed that, will the broadcast in my extern thread call BOTH OnPaint function? when no, how can i realise that??
cheers
hilmar