CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Elmue

Search: Search took 0.02 seconds.

  1. Re: How to set timeout value for CHttpFile::SendReqeust()?

    Hello

    This answer is not correct.
    The question was how to set the timeout for SendRequest(), but INTERNET_OPTION_CONNECT_TIMEOUT sets the timeout to CONNECT the server.

    So you should set...
  2. Replies
    8
    Views
    20,396

    Re: How to Marshal AccessibleObjectFromWindow

    Hello

    You will also get problems when you try to call the OleAcc.Dll functions
    AccessibleChildren() and AccessibleObjectFromPoint()

    If you try to do this in C# I promise that your code will...
  3. Replies
    8
    Views
    20,396

    Re: How to Marshal AccessibleObjectFromWindow

    Hello

    In your code the cleanup is completely missing.
    But even if I add the three missing
    Marshal.FreeCoTaskMem(...);
    the code will have a strange behaviour :

    When I call it once, it...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured