Anders,
>1. Is this possible in pure managed C#? (If so what direction?)
You could try using the SendKeys class.
Mattias

Signature
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Anders - 16 Apr 2006 23:54 GMT
>>1. Is this possible in pure managed C#? (If so what direction?)
>
> You could try using the SendKeys class.
Perfect. Fitted my needs excatly.
Regards Anders