Sub ShowListBox1URL()
If ListBox1.ListIndex > -1 Then
// only gets the text in the left-most column, which is column 0
ShowURL(ListBox1.Cell(ListBox1.ListIndex, 0))
End If
End Sub

On 9/23/06, Brian Heibert <[EMAIL PROTECTED]> wrote:

How would I find out what the selected text is in a listbox so I
could have a button below the listbox when clicked would do this:

showurl listbox(selecteditem)

Brian
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>




--
Keith Bennett, tA-Kane
Software developer and Macintosh enthusiast

Free iPods!!!
http://www.freeiPods.com/?r=10867472
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to