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 strongm 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: *

  1. roccothegreat

    I use the control INET : error 35764 : still executing

    This is an obvious error. The Inet control has not completed a previous request that was made. Use the INET.StillExecuting property to test this and assure that the request has completed!
  2. roccothegreat

    Inet Still Executing never goes false

    I use the STATE_CHANGED event along with similiar code by kavius. Are you familiar with this event? If not go to the microsoft knowledge base and you will find a good example there!
  3. roccothegreat

    other API than winsock for data transfer?

    Nobody answered this? Wow! Just use the MSINET.OCX, easy to use for FTP transfers. Located in sys32 for NT and sys for 95/98. Just add as reference for your project!
  4. roccothegreat

    VB & Inet/Winsock

    I am trying to recieve header information from an ftp site through code (specifically date/time stamps). The ftp portion of the Inet control does not allow header retrieval. Can this be done through the Winsock control/API, if so how?
  5. roccothegreat

    Passing an Array from one page to another

    Thanks for the tip Danial
  6. roccothegreat

    Passing an Array from one page to another

    I have been trying to pass an array from one page to another. However, I only recieve the value of the last item. I cannot access the rest of the values. I perform this by passing an HTML input=&quot;hidden&quot; object and have the value = <? echo &quot;$myarray&quot; ?>. Do I need to have...

Part and Inventory Search

Back
Top