R
Rabbit
Dear All,
I can't find the solution from MSDN about how to use vb.net to do same
function as double clicking an registered file type file in Windows
Explorer. In order to execute such file automatically, I don't want to
hardcode my program to use Shell function which need to define the
associated application for opening the file like following example:
Shell("word.exe test.doc", AppWinStyle.NormalNoFocus, False)
Does anybody know the function to do this?
Thanks for help
Keith
I can't find the solution from MSDN about how to use vb.net to do same
function as double clicking an registered file type file in Windows
Explorer. In order to execute such file automatically, I don't want to
hardcode my program to use Shell function which need to define the
associated application for opening the file like following example:
Shell("word.exe test.doc", AppWinStyle.NormalNoFocus, False)
Does anybody know the function to do this?
Thanks for help
Keith