Search results for query: *

  • Users: lleemon
  • Content: Threads
  • Order by date
  1. L

    Question app that reads outlook error

    I am working with visual studio 2010 on a windows 7 pc and I have created an application (Platform: Active(x86)) that reads my Outlook 2010 as expected. I compiled and then installed on destination server. When I run it I get the following error: System.AccessViolationException: Attempted...
  2. L

    Retrieving cookie info from header

    I am using HttpWebRequest to do a POST and then regex the response for a certain part of the html code. After I get the response how do I view the header information to see what was passed? .... objResponse = objRequest.GetResponse() srResponse = New...
Back
Top