Don't know what you are talking about. Its fully configurable |
Wow I never noticed that cmd had that feature, thx for that tip ;)
Still I believe its not a good solution (at least I would like to have another).
I actually already stumbled upon the listbox a short time after I wrote my last post and it seemed nice to me so I already implemented it.
It works well but is it also possible to use multiple lines for one entry that is added to the listbox? In case the string is too long for the listbox. I know you can add horizontal bars to it but I still would like to know if it is possible to say that one entry uses more than one line.
Also are the elements in the listbox automatically deleted once the listbox is full? so it would delete one after another when the limit is reached but there are still entries added.
And what about the string limit for one entry? I didnt found anything about that in the descriptions for the listbox.
I know I ask alot about the limits but I just want to be sure that there will be no problems with using the selected output method for my program ;)
However, the best way to log program actiivity is through an output log file. Its how I've been working like forever. |
Actually I am already doing that, I just want to give the user the possibility to quickly take a look at what is happening right now and what happened a short time before that (preferably in colours (red for warnings etc)) which I cant do when I only save all the logs in files (that is better suited for long time logging imo).