Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: zdanev
  • Content: Threads
  • Order by date
  1. zdanev

    webproxy authentication

    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&quot...
  2. zdanev

    How to send Shift-F7

    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

Part and Inventory Search

Back
Top