
Signature
Chris Mullins, MCSD.NET, MCPD:Enterprise, Microsoft C# MVP
http://www.coversant.com/blogs/cmullins
Thanks, Chris,
Well, some of them includes:
If I have an array of IntPtr, can we tell whick IntPtr is for a Word app,
which IntPtr is for Excel app, which IntPtr is for user app, etc.
Moreover, if we can tell, then, can we use IntPtr to interact with the app?
For example, find out document file name opened in a Word app, or instruct a
Word app to Save or Open a file utilizing this Word app's IntPtr?
If yes, how? Any reference papers? Thanks again.
> > What can we do in C#.net with a given window handle? For example, can we
> > activate or close this window? How? Any reference papers?
[quoted text clipped - 3 lines]
>
> What are you trying to accomplish?