preview-pane

Custom Windows 7 Preview Pane syntax highlighting

After discovering on superuser that there is no current way to add syntax highlighting to the Windows 7 preview pane, I figured if someone else hasn't done it yet then I'll go ahead and do it myself. Is there an API or SDK available for Windows 7 that exposes the preview pane in explorer to customization? If so, what is it and how do y...

Custom PreviewPane - Works in Windows7, not in Vista

Hi. I've written an explorer extension to display my custom file format in the Preview Pane. This works fine in Windows 7, but doesn't seem to work in Vista. The same DLL handles both thumbnails and the preview pane. The thumbnails side of things work in both Vista and Windows7. Adding logs to my code, Vistas only calling my DllGetC...

Text on image not appearing, in preview handler vs2005 .net2

hi i am trying to show image of my file in previwew pane i am able to display the image of my file but i am stuck in the part where i need write some text on the image before adding it to preview pane. // create an image object, using the filename we just retrieved String strImageFile = file.FullName.Substring(0, file.FullNa...