Click here to Skip to main content
16,010,022 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to reuse the WebBrower control in my c# windows application Pin
PianoJazz10-Feb-03 4:42
PianoJazz10-Feb-03 4:42 
GeneralMicrosoft Windows Installer Pin
Jassim Rahma9-Feb-03 0:05
Jassim Rahma9-Feb-03 0:05 
GeneralFast ListView Pin
eytan levit8-Feb-03 23:03
eytan levit8-Feb-03 23:03 
GeneralRe: Fast ListView Pin
Stephane Rodriguez.8-Feb-03 23:54
Stephane Rodriguez.8-Feb-03 23:54 
GeneralRe: Fast ListView Pin
eytan levit8-Feb-03 23:57
eytan levit8-Feb-03 23:57 
GeneralRe: Fast ListView Pin
Stephane Rodriguez.9-Feb-03 0:03
Stephane Rodriguez.9-Feb-03 0:03 
GeneralRe: Fast ListView Pin
eytan levit9-Feb-03 2:25
eytan levit9-Feb-03 2:25 
GeneralRe: Fast ListView Pin
Stephane Rodriguez.9-Feb-03 2:50
Stephane Rodriguez.9-Feb-03 2:50 
eytan levit wrote:
Will this be faster?

Depending on whether the begin or the end of the logfile is mostly interesting, I would seek to either the begin or the end of the file, and only load a chunk, then build the list view out of it.



eytan levit wrote:
regarding the LogMon File2DB, say the parsed log-file has a changing format, meaning there can be some log-files, each one with different format, is there any way, maybe with XML of defining dynamically the structure of the log-file?

I don't think the structure of a log file changes much, regardless of the application it is used for. A log file has several common fields including "date, user, log class family, severity, description". If that's a log of c++ code, then you add custom records like module name, filename, line. But that's pretty much all about it.
Even though I believe that's would be too much efforts here, your code could read the log structure out of a config file (ini, csv, xml). I believe there are a few ready-to-use log managers here in Cp.
GeneralAdding the contents of a Graphics class to another Graphics Class..... Pin
Jon Newman8-Feb-03 6:34
Jon Newman8-Feb-03 6:34 
Generalzeroing a byte array Pin
monrobot137-Feb-03 11:30
monrobot137-Feb-03 11:30 
GeneralRe: zeroing a byte array Pin
Nnamdi Onyeyiri7-Feb-03 11:54
Nnamdi Onyeyiri7-Feb-03 11:54 
GeneralRe: zeroing a byte array Pin
monrobot137-Feb-03 12:37
monrobot137-Feb-03 12:37 
GeneralRe: zeroing a byte array Pin
David Stone7-Feb-03 18:45
sitebuilderDavid Stone7-Feb-03 18:45 
GeneralThe correct way Pin
leppie7-Feb-03 21:51
leppie7-Feb-03 21:51 
GeneralRe: The correct way Pin
monrobot138-Feb-03 10:21
monrobot138-Feb-03 10:21 
GeneralChanging the Cursor hotspot at run-time Pin
draco_iii7-Feb-03 7:28
draco_iii7-Feb-03 7:28 
GeneralRe: Changing the Cursor hotspot at run-time Pin
Jeff J7-Feb-03 8:58
Jeff J7-Feb-03 8:58 
GeneralRe: Changing the Cursor hotspot at run-time Pin
draco_iii9-Feb-03 11:39
draco_iii9-Feb-03 11:39 
GeneralProblems displaying Xml Contents Pin
jtmtv187-Feb-03 6:44
jtmtv187-Feb-03 6:44 
GeneralWhen i override OnKeyDown... Pin
Nnamdi Onyeyiri7-Feb-03 6:29
Nnamdi Onyeyiri7-Feb-03 6:29 
GeneralRe: When i override OnKeyDown... Pin
leppie7-Feb-03 6:45
leppie7-Feb-03 6:45 
GeneralRe: When i override OnKeyDown... Pin
Nnamdi Onyeyiri7-Feb-03 6:48
Nnamdi Onyeyiri7-Feb-03 6:48 
GeneralRe: When i override OnKeyDown... Pin
leppie7-Feb-03 7:02
leppie7-Feb-03 7:02 
GeneralRe: When i override OnKeyDown... Pin
Nnamdi Onyeyiri7-Feb-03 7:04
Nnamdi Onyeyiri7-Feb-03 7:04 
GeneralRe: When i override OnKeyDown... Pin
Paresh Gheewala7-Feb-03 8:32
Paresh Gheewala7-Feb-03 8:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.