Below screenshots is List box items which i have used in my project.
from that list i need to get or select date, time and file name (ex jul27 18:20 and 1.log for file) from the listbox and assing to local variables. I am trying some of the way but cant get the solution.. any one can help me to get these data from listbox..
regards.
sasi
VulpesPosted Aug 1, 2011, 9:04 AM
Sasikumar SPosted Aug 1, 2011, 9:02 AM
Zoran HorvatPosted Aug 1, 2011, 8:44 AM
What is the precise format of the string shown in the ListBox?
How do you create that string?
Zoran
Sasikumar SPosted Aug 1, 2011, 8:38 AM
Dorababu MekaPosted Aug 1, 2011, 8:32 AM
get the required by using Substring
like listbox.selecteditem.tostring().substring(40,10) some thing like that