Shell integration

  • Thread starter Thread starter Chris Dunaway
  • Start date Start date
C

Chris Dunaway

When you double click on a .zip file in a default Windows XP
installation, it opens a folder view of the .zip archive and it appears
to be well integrated into the OS. In other words, it looks and
behaves much like a standard folder.

I would like to create this same sort of viewer for my file types. I
want the viewer integrated like the XP one for .zip files is.

Can someone point me to some resources that describe windows shell
integration?

thanks,
 
Not sure, but if you just make viewer for a file type, make it accept a
command-line arg as the first param--and that being a filepath, then in the
registry associate the filetype with your viewer, it would open with it.
Are you wanting more integration than this? Are you wanting it to appear
insider of explorer?
 
Are you wanting more integration than this? Are you wanting it to appear
Yes. I am interested in knowing how it is accomplished. Perhaps just
writing a viewer as you suggested will be sufficient to start with, but
I would like to integrate it seamlessly with Explorer so that when my
file type is double clicked, it will open my viewer in the same window
used by Explorer.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top