Hello All,
I have an application for which I need to keep a 'running log window' with the application. I should be able to append text to the log window as some processes are completed etc. and finally have an option to save the results of the logwindow to a text file.
The log window need not be attached to the parent window i.e. it also can be floating..
Currently I have the VB Debug.Print to spit out messages but, in my compiled application i would like them to appear in a text box. i tried RichText Control, But I could not find a way to add text regularly.
Can some one kindly point me to a control or a sample code or a method with which i can do it. ?
thanks a lot
Regards
Sathya




Reply With Quote