This is a mirror of official site: http://jasper-net.blogspot.com/

Windows Explorer Preview Pane for .vb files

| Wednesday, May 30, 2012
I love using the Preview Pane in Windows Explorer to quickly preview file contents:

Inline image 1

Usually, to enable this preview for a file extension I just open regedit, go to HKEY_CLASSES_ROOT –> .xxx (where xxx is the extension you’re interested in), and add a string key called PerceivedType with value of “text”: http://blog.wpfwonderland.com/2011/01/15/customize-windows-7-preview-pane-for-xaml-files/

However for some reason it didn’t work for .vb files. After some web searching, one solution I found that worked for me is to add the preview handler GUID explicitly under a “shellex” key: http://www.howtogeek.com/howto/windows-vista/make-windows-vista-explorer-preview-pane-work-for-more-file-types/

Read more: Kirill Osenkov 
QR: Inline image 2

Posted via email from Jasper-net

0 comments: