CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: XMLhttp

  1. #1
    Join Date
    May 2001
    Location
    Madras
    Posts
    2

    XMLhttp

    Hi,
    I have a problem in XMLHTTP. I make a server call that is synchronous. I need to
    make it Asynchronous. This can be accomplished by setting the async property to
    TRUE.

    The real problem is when the call is being made to the server, i need to carry on
    other processes. I am not able to do it and the application hangs. Once the call
    is completed, it releases itself from the hang stage. I need to refresh a
    controls value . When a call is being made to the server, i could not do any
    other processes. This can be accomplished only when the call is Asynchronous.

    All i need to know is whether there is any event that is being raised by Visual
    Basic. This can be handled in any scripting languages, but i need to handle that
    in Visual basic.

    Can anyone help me in this regard,

    bye
    S.S Sinu




  2. #2
    Join Date
    Apr 2001
    Location
    Tamil Nadu,INDIA
    Posts
    6

    Re: XMLhttp

    Hi,
    To solve this problem,u have to write ur own event in the server side object.That should get invoked automatically,when u r completing or terminating the process

    Umapathy


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured