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 bkrike 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. TomSwingruber

    Winsock UDP assign local IP address

    If I have 2 NIC cards how do I assign a UDP Winsock control to a given local IP address?
  2. TomSwingruber

    detect file copy complete

    How can I tell the file copy is completed? The file being copied is an MS Acess data base. ------------------------------------ Public Function copy_db_to_thumb_ok() As Boolean On Error GoTo No_copy fso.CopyFile database_path_and_name, _ thumb_drive_letter &...
  3. TomSwingruber

    Abit VA-20 with Win98se

    I have not been able to make the VA-20 work correctly if I use onboard video with Win98. I have 3 new boards and and all the trimmings. I tried loading updated drivers and every other trick I could of think of(or was suggested to me). The boards worked fine if I loaded Win2000 or worked with 98...
  4. TomSwingruber

    shell and xx.eml

    If you double-click on an .eml file in the windows explorer it will open in Outlook Expres email reader (Microsoft refers to it as a separate window). This is a separate window that opens, showing the message text and the attachment file names. If you use the Shell function in VB, it just opens...
  5. TomSwingruber

    need help hooking to MySQL using VB6

    I am attempting to hook into MySQL on a Linux box using Visual Basic on a Windows box. The particulars... MySQL server machine name Linny local IP address 192.168.1.123 RedHat 9 MySQL 4.1.9-0 MySQL client machine name Winny local IP address...
  6. TomSwingruber

    SSTab control

    SSTab not TabStrip I have tried to use the SSTab control again for the first time in a couple of years. The thing blew up and lost all the controls I had placed on it. The code was not removed. I already know never to change orientation once you start adding controls. I swore off using the...
  7. TomSwingruber

    Round in a query

    Access 2000 and VB6 line from query { round(Price_ft/12),2)) * Length ) + Short_cut_price as [Each], " } returns unkowen function round

Part and Inventory Search

Back
Top