I am trying to do a menu in a ListBox and i should that the items can be choosen by a double click; but i cannot detect the double click with my code :
I am trying to write an application launcher. I have a problem to change the show list in a ListBox with GuiControl : the new list doesnt replace the old list but it's appended at the old ...