Access97 reading TELNET Window ? 
Author Message
 Access97 reading TELNET Window ?

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.



Fri, 22 Jun 2001 03:00:00 GMT  
 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.
:
:
:



Fri, 22 Jun 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Access97 reading read-only Access95 databases

2. Access97 reading read-only Access95 databases

3. telnet window

4. Do scripts work from telnet windows?

5. Outlook97 - Access97 Reading Mail Items in inbox

6. VB3 reading and writing in Access97 - Dreams?

7. VB4.0 reading Access97 files

8. Reading Access97 files in VB4

9. Help!!!Cannt read localization Mdb files(Use Access97 and VB5)

10. Access97 reading Access95 db's

11. why Access97 cannot read Access2000 ?

12. Reading the S.M.A.R.T. Drive stuff from VB on Windows 98 or Windows NT

 

 
Powered by phpBB® Forum Software