Click here to Skip to main content
15,915,600 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I would like to know how OleCreateFromFile() works...i.e which dll it loads, which process this will use (for ex Ms-paint....)..Will it depend on the windows office version?..thanks in advance..
Posted

1 solution

See the remarks section here; http://msdn.microsoft.com/en-us/library/ms690116(v=vs.85).aspx[^]

It uses GetClassFile() to lookup the ProgID associated with the filename.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900