Hello members
i am working on a program in which i called a program exe file but the program which i called using system.diagnostic.start give output when a space bar is pressed i dont want any user input in middle i want automatically output from the program plz guide how i can press space bar programatically.
plz give a detailed answer i am struck very bad.
Loading
Sam HobbsPosted Aug 10, 2011, 7:35 PM
deepender singlaPosted Aug 10, 2011, 9:44 AM
do u remember once we have done string recieving from one com port and then semding command to other com SSC-32 servo controller this code or link for my doubt , plz help there is some problem because you are the one will understand far better than any other when i use it in for loop
link:
http://www.c-sharpcorner.com/Forums/Thread/135574/
deepender singlaPosted Aug 10, 2011, 9:42 AM
if()
{
Process.Start("");
Thread.Sleep("1000");
SendKeys.Send(" ");
}
VulpesPosted Aug 10, 2011, 9:39 AM
deepender singlaPosted Aug 10, 2011, 9:37 AM
if(e.Result.Text=="Time");
deepender singlaPosted Aug 10, 2011, 9:37 AM
if(e.Result.Text=="Time");
VulpesPosted Aug 10, 2011, 9:35 AM
Can you post the lines above the one giving the error.
deepender singlaPosted Aug 10, 2011, 9:27 AM
VulpesPosted Aug 10, 2011, 4:39 AM
Amit ChoudharyPosted Aug 10, 2011, 3:17 AM
if you don't have that this could be possible through the automation scripts created using vbscript. I've never used them but heard of it.
Thanks.