c# - Specifying Notepad as OLE object -
for word application, have word.application program identifier. program identifier notepad , calculator?
word.application name of com object forms part of word api.
notepad simple application not have com api. if wish start instance of notepad, locate notepad.exe file in %windir% or %windir%\system32 (for w2k8), , start new process application.
the same applies calc.exe.
Comments
Post a Comment