How to load text from log file in listview

  • Thread starter Thread starter Dragan Ristic
  • Start date Start date
D

Dragan Ristic

Can any one tell how can I load text from log file (.log, .txt) in
ListView control (Details view). I have log file like this:

Date and Time ; User Name ; Some event
Date and Time ; User Name ; Some event

and i wish load this to ListView columns (Time, User, Event).
 
Hello Dragan,

Check out System.IO.FileStream, System.String, and System.Windows.Forms.Listview
classes.

-Boo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top