Anyone know if there is a way to for an embedded (MFC
based) ActiveX control to force a repaint of the page
contains the control? This control is embedded in the
page using an <OBJECT> tag.
As part of the page submission process the control
displays a progress dialog which tracks a file upload
operation. The problem is that the web page is not
repainted if the dialog is moved. I would think that it
should be possible for the upload thread to send a WM_PAINT
to the browser in order to force a refresh but I have not
been able to get anything to work. Any & all solution pointers are greatly appreciated.
TIA,
Eric Gilbertson
based) ActiveX control to force a repaint of the page
contains the control? This control is embedded in the
page using an <OBJECT> tag.
As part of the page submission process the control
displays a progress dialog which tracks a file upload
operation. The problem is that the web page is not
repainted if the dialog is moved. I would think that it
should be possible for the upload thread to send a WM_PAINT
to the browser in order to force a refresh but I have not
been able to get anything to work. Any & all solution pointers are greatly appreciated.
TIA,
Eric Gilbertson