hi every one
i have listbox with 4 files , i would like to run any file by double click
..i mean running file from listbox on double click
thank you
Professional Software Development Tools
hi every one
i have listbox with 4 files , i would like to run any file by double click
..i mean running file from listbox on double click
thank you
It is easier to help if you could post your project.
In this forum you will find several examples using ListBox, you could see a few of them, and adapt as necessary. For example, this post shows how to perform actions on a single click in the ListBox, all you should do is move the code from the On Select event to the On Double-Click event. This example opens a web page, and you want to run a file - the modification you have to do in the code is trivial.
Ulrich
thank you upeters your post is helping a lot...thank you
Here you have an example how to make what you want.
The codes are in the ListBox>On Double-Click
If you have any question or if the example is not clearly you can ask whatever you want (about it)