Top "Windows-api-code-pack" questions

The Windows API Code Pack for .NET is esentially a managed API to access Shell functions, that are otherwise not available for .NET Developers.

how to get file properties?

I want an application which displays the some file properties of a mediafile if available, like (don't know the exact …

c# taglib windows-shell windows-api-code-pack getproperties
Windows API Code Pack: Where is it?

Why has itself and the evidence it ever existed been removed? Only a half year ago it was promoted on …

.net windows-api-code-pack
How can I make CommonOpenFileDialog select folders only, but still show files?

I am using Microsoft's CommonOpenFileDialog to allow users to select a Folder, but no files are visible when the dialog …

c# openfiledialog windows-api-code-pack
How to use ilMerge to merge dll’s into an exe file?

I tried: C:\Windows\System32>ilmerge /target:winexe /out:c:\output.exe c:\MyProgram.exe c:\Microsoft.WindowsAPICodePack.dll …

ilmerge windows-api-code-pack