Hello All !
First i will explain the problems : Im using 1 ListBox and 1 xButton and i enter some data to list box but if im clicked all of data in list box has running mean not selected by the listbox and what must i do to fix it ?
i use code like :
if ListBox.GetSelected("ListBox1", "Mi 4C Libra") then
Shell.Execute("AutoPlay\\Docs\\BYP\\Mi 4C Libra\\Libra.bat", "open", "", "", SW_SHOWNORMAL, true);
elseif ListBox.GetSelected("ListBox1", "Mi 4I Ferrari") then
Shell.Execute("AutoPlay\\Docs\\BYP\\Mi 4I Ferrari\\Ferrari.bat", "open", "", "", SW_SHOWNORMAL, true);
end
but if i select one of this data the data is all run not 1 by 1
thanks
First i will explain the problems : Im using 1 ListBox and 1 xButton and i enter some data to list box but if im clicked all of data in list box has running mean not selected by the listbox and what must i do to fix it ?
i use code like :
if ListBox.GetSelected("ListBox1", "Mi 4C Libra") then
Shell.Execute("AutoPlay\\Docs\\BYP\\Mi 4C Libra\\Libra.bat", "open", "", "", SW_SHOWNORMAL, true);
elseif ListBox.GetSelected("ListBox1", "Mi 4I Ferrari") then
Shell.Execute("AutoPlay\\Docs\\BYP\\Mi 4I Ferrari\\Ferrari.bat", "open", "", "", SW_SHOWNORMAL, true);
end
but if i select one of this data the data is all run not 1 by 1
thanks
Comment