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

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

php - Time zone issue -

iphone - Using nested NSDictionary with Picker -