Hello all,
it's the newbie asking simple questions again, but hope the experts out there could give me some direction or a helping hand.
My little project is about filtering a data file. The data file contains bus routes and a list of the places it passes by.
What I want to do is, selsect the buses I want to know from my window form's ListBox or Checked List Box, and with a press of a button, the places of the selected bus routes would pop up on the textbox.
I'm reading the file linearly, and the idea is, when I read the start of the line, and matches one of the bus route selected, the rest of the line would show up.
Could anyone give me a hand or reference to existing codes?
Many thanks in advance,
T
it's the newbie asking simple questions again, but hope the experts out there could give me some direction or a helping hand.
My little project is about filtering a data file. The data file contains bus routes and a list of the places it passes by.
What I want to do is, selsect the buses I want to know from my window form's ListBox or Checked List Box, and with a press of a button, the places of the selected bus routes would pop up on the textbox.
I'm reading the file linearly, and the idea is, when I read the start of the line, and matches one of the bus route selected, the rest of the line would show up.
Could anyone give me a hand or reference to existing codes?
Many thanks in advance,
T