How do I load .dds texture files as an Image in C#? There\'s nothing useful on google that I could find.
The more information with samples you give me,the better it
You might want to take a look at the Microsoft's XNA Game Studio SDK to load the textures in memory and possibly capture the images in a System.Drawing.Graphics usable way.