how to associate a filetype with a windows service
suppose i have a custom file format with an extension. how do i associate that
file extension with a windows service. suppose when i click on the file with particular
extension '.dmz', the particular windows service is automatically invoked.
should i use filesystem watcher component.
|