Questions tagged as 'listbox'

1
answer

Open a PDF from a ListBox in C #

I try to open a document in PDF format from ListBox with C #. I manage to load the documents that are in the file but it is not displayed in axAcroPDF1 , what I want is to be able to load all the files to this ListBox and be...
asked by 04.10.2018 / 05:45
2
answers

Remove an Item from a ListBox

I need to delete an item from a ListBox , but I have two forms, in the first one is ListBox and in the second one too, but I need that when I press the delete button the first items that came in as I can be deleted do? Private Sub...
asked by 15.03.2018 / 16:40
0
answers

Ways to create a ListBox with transparent background

First of all I have to say that I have already created a ListBox with transparent background thanks to the contribution of another person in the English forum . The problem is that even having obtained the result I was looking for I a...
asked by 09.11.2018 / 18:39
1
answer

Thread, listbox and an infinite loop [closed]

I try to make a windows desktop application in C # and what I'm trying to do is have a button that activates a thread that shows an infinite loop in a listbox that can be stopped with another button, I'm new to threads so I do not know how to st...
asked by 16.07.2018 / 21:52