For word application, we have Word.Application as program identifier. What is the program identifier for Notepad and Calculator?
For word application, we have Word.Application as program identifier. What is the program identifier
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Word.Applicationis the name of the a COM object which forms part of the Word API.Notepad is a simple application which does not have a COM API. If you just wish to start an instance of notepad, then locate the
notepad.exefile in%WINDIR%or%WINDIR%\System32(for W2k8), and start it as a new process from your application.The same applies for
calc.exe.