I have found many bits of source code to send info to the LCD display, but none to get the display and place it in a textbox. the source code is below,
Code:
Private Sub HPDisplay(RHost As String, Message As String)
'Dim wSock ' declare a object
Dim i ' idem
Dim TempTimer As Double
'Set wSock = CreateObject("mswinsock.winsock") ' create the winsock socket

wSock.RemoteHost = RHost '"149.160.31.105"
...