Hello,

I have a list box that loads .bmp files and I can view them by clicking on the selected item.

My question is how do I remove the .bmp from the end of the name?

My list box looks like this:

Pic1.bmp
pic2.bmp

And I want it to look like this:

Pic1
Pic2

Thank you and have a great day!

Stilekid007