M
Mark Hollander
Hi All,
I am trying to launch an application based on the extension just like
windows explorer does, specifically with regards to templates.
For example,
1. When you double click on a word template, it loads word with a new
document based on the template you clicked on. Extension: dot
2. When you double click on a excel template, it loads a new spread sheet
based on the template you clicked on. Extension XLT
3. When you double click on a visio template, it loads a new visio document
based on the template you clicked on. Extension VST
and so on,
When I checked on the extension types in Windows explorer I noticed that
they where using a DDE message to achieve this with the keyword new.
Does anyone have a coding example that will do the same thing
I am trying to launch an application based on the extension just like
windows explorer does, specifically with regards to templates.
For example,
1. When you double click on a word template, it loads word with a new
document based on the template you clicked on. Extension: dot
2. When you double click on a excel template, it loads a new spread sheet
based on the template you clicked on. Extension XLT
3. When you double click on a visio template, it loads a new visio document
based on the template you clicked on. Extension VST
and so on,
When I checked on the extension types in Windows explorer I noticed that
they where using a DDE message to achieve this with the keyword new.
Does anyone have a coding example that will do the same thing