Hi folks,
Can any one tell me how i could block a text or perform a ^a (select all) task using some method.
I know that if you open an app and use the sendkey method u could literally do this on any of the opened apps.
But my case i need to open an existing file say FILE1.txt
FileStream fs = File.open (@"c:\FILE1.txt");
and then i need to select all the content present in this file . What do I do for this.
Please help.
Cheers.
C#: Block/select a text in a file
Started by swinghead, Mar 31 2005 02:39 PM
1 reply to this topic
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











