I'm trying to access a web service thru a webproxy and I can't get it working (without the proxy everything is working just fine). Here is my code:
WebProxy wp = new WebProxy("http://10.20.30.40:1234", true);
NetworkCredential nc = new NetworkCredential("myname"...
I'm using Attachmate Extra 6.5 from Delphi thru OLE. I need to send Shift-F7 to the mainframe. To send just F7 I would write Screen.SendKeys('<PF7>'); What would the correct syntax be for Shift-F7.
Thanks,
ZD
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.