Hi,
"Automation" is a way to control an application programmatically. If you
have ever used macros in Word or Excel, you have actually used its
automation model to perform certain actions. An automation object is an
object in an application's automation model, very often the "root" object
representing the application itself.
Automation objects, as a rule, are implemented as COM servers and therefore
can be consumed from .NET applications through COM Interop facilities.
--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE
"Lee Seung Hoo" <ob******@korea.com> wrote in message
news:uo**************@TK2MSFTNGP11.phx.gbl...
hi~ :)
I need all information of "Automation" or "Automation Object"
what is that ?
why is it useful ?
How can I use that by C# or .Net Framework ?
plz help me :)