Display a text file with a ListView

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Marco

    Display a text file with a ListView

    Hi everybody,
    I should create a little utility that can give the chance to view a
    log file, created by an external application, in .txt format; for
    example I could have a similar log file:

    27/09/2007 15:47:00 operator1 GENERAL CYCLE STARTED
    27/09/2007 15:48:19 operator2 GENERAL CYCLE SUSPENDED

    The file is only one and it has a fixed name in a fixed path;at
    maximum I could make a control if the file exists.
    I'm not a VB programmer,my experience is limited at some VBS
    scripting, so if anyone could give me any suggestion, I will be very
    grateful with him.

    Cheers.
    Marco.

  • Marco

    #2
    Re: Display a text file with a ListView

    Hi Seth,

    I'll try your code; thanks for your help.

    Bye.
    Marco


    Comment

    Working...