hello.
I need to know how to check if the item in a listbox selected this,
example
move self::listbox1::Items::Count() to wend
perform until wcont = wend
if listbox1::Items[wcont]::Selected = true then
invoke type MessageBox::Show("yes" "")
end-if
add 1 to wcont
end-perform
thanks