10-30-2008 07:46 AM
Hi
When i run the program i will get some data in list box how can i know any one of the item in the list box is selected(turned blue if i click with mouse)
10-30-2008 07:52 AM
Hi parthipan,
the value of the listbox shows you the marked element. If it is -1, no element is selected, but this depends on your settings.
Hope it helps.
Mike
10-30-2008 08:02 AM
10-30-2008 08:15 AM
Hi parthipan,
if you connect a numeric indicator, you will get the numeric value.
Mike