Hi,
I have an application that will take some time to complete its process. So I would like to display a dialog box with an edit control (or similar) and post messages to this dialog as the process progress, and ideally be able to save the results to a file.
E.G.
Scanning Donors...
8843 Donors scanned.
Scanning Recipients...
12293 Recipients scanned.
Matching blood types...
blah blah...
However, my sad attempt at this simply replaces the previous message with the new one. Not what I want, I'd like to have the previous messages remain in the window.
Is there a way I can do this? Any help would be appreciated.
William
Software Engineer
ICQ No. 56047340
I have an application that will take some time to complete its process. So I would like to display a dialog box with an edit control (or similar) and post messages to this dialog as the process progress, and ideally be able to save the results to a file.
E.G.
Scanning Donors...
8843 Donors scanned.
Scanning Recipients...
12293 Recipients scanned.
Matching blood types...
blah blah...
However, my sad attempt at this simply replaces the previous message with the new one. Not what I want, I'd like to have the previous messages remain in the window.
Is there a way I can do this? Any help would be appreciated.
William
Software Engineer
ICQ No. 56047340