>
> How can you tell what part of the app called the HTTPSocket?
> I will need to know what part of the program use the
> HTTPSocket so that I can display the returned info.
>
> lets say a listbox uses HTTPSocket to get information from a
> site and show that info in it. Now there is a button on the
> same window will use HTTPSocket as well. How do I tell which
> one made the call to the socket?
>
With a basic socket, you can't. However, if you were to subclass the
socket, and give it some kind of property you can set and get, you should be
OK
HTH
Mike
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|