Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Showing the log of operation in a field
Message
From
03/01/2005 14:34:38
 
 
To
30/12/2004 14:08:55
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
00972753
Message ID:
00973907
Views:
19
>>Hmm... well maybe you could use a listbox to display the last 100 messages that you also log to a file. Then have a button the lets you open the logfile with notepad. Perhaps you could create a new log file every hour or whatever.
>
>I prefer to have everything there as if it would be a Notepad file. Maybe there is a control in there that exists that would allow me to instantiate an object of a Notepad file so I'll be more secure if the log gets too big.

You can shell execute notepad. But, I would also have concerns about the log getting to big. Is this a continually running process or does it have a definate start/stop point.

If continually running and logging I would go for some type rolling log files as I mentioned before, and only show the most recent X items on your form/control as a quick status type display.

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform