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

  • Users: s8dsw
  • Order by date
  1. s8dsw

    VB6 -> .NET

    I have decided to make the move from VB6 to .NET. When I try and convert a project on a mapped drive I receive the following message: The project location is not fully trusted by the .NET runtime... etc Any ideas?
  2. s8dsw

    TIME_WAIT

    I am using the WinSock control to send and recieve messages via TCP/IP. Occasionally I am unable to send. When I run NetStat I see that the port is in TIME_WAIT. Until this clears (which can take upto 2 minutes) there is nothing I can do? Is there anyway of clearing the TIME_WAITS?
  3. s8dsw

    TIME_WAIT

    I have a client server app (Win98 Client/Win2000 Server). On the client I keep getting a message "Error 100048 -address already in use". If I look in NETSTAT the port is in TIME_WAIT. After a few minutes this disapears until next time. I'm using the Winsock control to close the...
  4. s8dsw

    WebBrowser Control shdocvw.dll

    Can I add the webbrowser control at runtime. I'm using V6 sp3
  5. s8dsw

    Winsock Win98 / XP

    I have also tested this under Win2000 and get the same problem. The first .connect is fine any subsequent .connects fail with a sckError.
  6. s8dsw

    Winsock Win98 / XP

    I have written a small client/server app in VB6 using the Winsock control. Everything works fine under Win98 but under XP I always get a sckError(9) on the second connect. Any ideas?
  7. s8dsw

    Printing A list Box

    If you have a large listcount then it is a good idea to set visible=false whilst printing. This will speed things up.

Part and Inventory Search

Back
Top