Can we automate Microsoft paint?
-
Hi all, Is there any way to automate ms-paint? if yes, please guide. Regards, Ankush Mehta
-
Hi all, Is there any way to automate ms-paint? if yes, please guide. Regards, Ankush Mehta
About the only automated thing I know you can do with it is open and print. Other than that, I do not know of its having a COM interface.
"Take only what you need and leave the land as you found it." - Native American Proverb
-
About the only automated thing I know you can do with it is open and print. Other than that, I do not know of its having a COM interface.
"Take only what you need and leave the land as you found it." - Native American Proverb
Hi David, i exactly want to open & print only. Please Help. A Code snippet will be highly appreciated.Expecting a reply soon! Regards, Ankush Mehta
-
Hi David, i exactly want to open & print only. Please Help. A Code snippet will be highly appreciated.Expecting a reply soon! Regards, Ankush Mehta
Ankush Mehta wrote:
i exactly want to open & print only.
You can use
ShellExecute()
with theopen
andprint
verbs.
"Take only what you need and leave the land as you found it." - Native American Proverb