
Access97 reading TELNET Window ?
Hi Brun,
I don't know if it'll help, but you can try using the GetCaretPos API
perhaps??
Type POINTAPI ' 8 Bytes
x As Long
y As Long
End Type
Declare Function GetCaretPos& Lib "user32" (lpPoint As POINTAPI)
HTH
--
Dev Ashish (Just my $.001)
---------------
The Access Web ( http://home.att.net/~dashish )
---------------
:I launch a TELNET session from ACCESS97-BASIC and I send datas with
:SENDKEYS. This is running well, but I need to synchronise the two apps
:(ACCESS and TELNET), to send rigth datas at the right place.
:
:So I want to read for analysing the text line value of the cursor in the
:TELNET window from ACCESS BASIC ??????
:
:I'm using now API "GetClipBoard", to analyse the contents of the TELNET
app,
:but I never got the current location of the blinking Text Cursor used by
:TELNET ! GetCursor return the location of the mouse cursor, but this one is
:without interest for me !
:
:have a happy new year.
:
:
: