Results 1 to 2 of 2
  1. #1
    jajarem64's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Sarasota, FL - USA
    Posts
    318
    Reputation
    -13
    Thanks
    17
    My Mood
    Relaxed

    Unhappy [HELP] DotNetBar

    Umm I'm just making a injector and trying to spice things up a bit with DotNetBar but 1 problem with simple stuff like this in my code like If IO.File.Exists(ListBox1.SelectedItem) the listbox I'm using is 1 of the dotnetbar components but it tells me 'SelectedItem' is not a member of 'DevComponents.DotNetBar.ItemPanel'.
    Help would be much appreciated

  2. #2
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    [php]If io.file.exists(listbox1.selecteditems(0).text) then
    'bla
    end if[/php]