About 20,100 results
Open links in new tab
  1. VBA Windows Socket Programming - Access World Forums

    Jan 21, 2020 · After finishing working on the SQL server cloud and taking a course on TCP/IP protocol, I have decided to go back to WINSOCK or window sockets if you like that way. I have …

  2. Challenges with Ms Access VBA with socket programming

    Aug 4, 2021 · Socket client programming, as you intend to do, works in Access. Socket server programming would also be possible in theory, but is different kind of beast, as Pat mentioned …

  3. IP address and Port number with VBA and winsock

    Jan 21, 2020 · I want to send a message and receive a message using winsock to and from another computer in other city.I want to use VBA, and I have compiled a bas module which …

  4. In VBA Pairing Hostname & Port - Access World Forums

    Aug 4, 2021 · Similar threads N VBA Windows Socket Programming nector Apr 13, 2023 Modules & VBA Replies 0 Views 3,102 Apr 13, 2023

  5. Introduction to Visual Basic Socket Programming

    Oct 23, 2019 · Dim strData As String ' string for received data Private Sub cmdCon_Click () If sock.State = sckClosed Then ' if the socket is closed sock.RemoteHost = txtIP.Text ' set …

  6. Sending data & receiving data from another computer via TCP/IP …

    Aug 4, 2021 · The alternative to that is to use TCP/IP protocol with the VBA code below, the issue here I'm not familiar how call the following from the said module and reproduced nelow:

  7. The procedure for Socket Creation and Connection is OpenSocket (Example 3). OpenSocket makes a connection to an instrument associated with the IP address specified with the input …

  8. VB6 - Proper sending/receiving data with Winsock (tutorial

    Oct 12, 2017 · VBForums VBForums CodeBank CodeBank - Visual Basic 6 and earlier VB6 - Proper sending/receiving data with Winsock (tutorial & code)

  9. VBA Winsock-VBForums

    Aug 1, 2021 · The VBA code below is compiling no issue, the problem here is how to call the functions on the VBA onclick event: VBA Main Function Option Compare Database Option …

  10. Challenges Working with winsock and Ms Access VBA-VBForums

    Aug 9, 2021 · Re: Challenges Working with winsock and Ms Access VBA we can only assume you are using a 64bit version of office? and that your variables strdata and chands have …