CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 31

Threaded View

  1. #5
    Join Date
    Feb 2010
    Posts
    11

    Re: ABOUT STRING READING FROM textfile

    Thank for your info, the code you are providing is to display all lines from file to messagebox , as i mention on this thread and in my code sample i already got loading require items ( "ALARM1", "ALARM5" , "ALARM9" )on listbox.
    What i want is, When i click "ALARM9" on listbox i want to display on textbox

    ALARM= ALARM9
    ZONE= ZONE7
    DESCRIPTION= NEED MAINTANENCE """only"""


    When i click "ALARM1" on listbox i want to display on textbox
    ALARM= ALARM1
    ZONE= ZONE6
    DESCRIPTION= NEED TO REPLACE """only"""


    When i click "ALARM5" on listbox i want to display on textbox
    ALARM= ALARM5
    ZONE= ZONE5
    DESCRIPTION= OK FOR 2 YEAR """only"""


    Thanks
    Last edited by davidkhan; February 21st, 2010 at 09:34 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured