Thanks thatworked
Next question
If I do this to add it to the listbox
If urlsv.ListIndex > -1 Then
ShowURL(urlsv.Cell(urlsv.ListIndex, 0))
// the complete URL must be in the left-most column (column 0)
End If
What do I do to delete a selected item from the listbox?
Brian
On Sep 25, 2006, at 12:10 AM, Keith Bennett wrote:
It was something along the lines of:
If ListBox1.ListIndex > -1 Then
ShowURL(ListBox1.Cell(ListBox1.ListIndex, 0))
// the complete URL must be in the left-most column (column 0)
End If
On 9/24/06, Brian Heibert <[EMAIL PROTECTED]> wrote:
The question was how to pick a url from a listbox and goto it when a
bevelbutton was pressed
I know it was answered but I lost it and I am having trouble finding
it in the list archives what should I be looking for?
Brian Heibert
_______________________________________________
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>
_______________________________________________
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>