A
Andrew
Please be patient new to C#
Want to use the C# equivilent of VB "Shell" & "Send Keys"
ie:
x=Shell "Path\Notepad.exe"
AppActivate(x)
SendKeys "This is a New TextFile" & "{F3}S"
Tried the Tools.Shell but it says need a ;
If there are no equivilents in C# could someone let me know.
Thanks for any Help
Andrew
Want to use the C# equivilent of VB "Shell" & "Send Keys"
ie:
x=Shell "Path\Notepad.exe"
AppActivate(x)
SendKeys "This is a New TextFile" & "{F3}S"
Tried the Tools.Shell but it says need a ;
If there are no equivilents in C# could someone let me know.
Thanks for any Help
Andrew