vb Code:
MsgBox("executable:" & Environment.NewLine & ListBox1.SelectedItem.ToString.Split(New String() {" "}, StringSplitOptions.None)(1)) MsgBox("preview image:" & Environment.NewLine & ListBox1.SelectedItem.ToString.Split(New String() {" "}, StringSplitOptions.None)(2).Replace("Image:", ""))




Reply With Quote