A Windows 98 & ME forum. Win98banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Win98banter forum » Windows 98 » General
Site Map Home Authors List Search Today's Posts Mark Forums Read Web Partners

moving cursor with .vbs file?



 
 
Thread Tools Display Modes
  #1  
Old February 23rd 05, 04:25 AM
Larry
external usenet poster
 
Posts: n/a
Default moving cursor with .vbs file?


I have code in Word 97 that moves the cursor to a given point on
the screen. It works in conjunction with a Public Declaration at the
top of the module.

The public declaration:

Public Declare Function SetCursorPos Lib "user32" _
(ByVal X As Long, ByVal Y As Long) As Long


The code used in the macro:

ret = SetCursorPos(180, 80)


Is it possible to make the same kind of thing happen with a .vbs file?



  #2  
Old February 23rd 05, 05:23 AM
Brian A.
external usenet poster
 
Posts: n/a
Default

This would be best asked/answered in one of the Word/Office ng's.

--

Brian A.

Conflicts start where information lacks.
http://www.dts-l.org/goodpost.htm


"Larry" wrote in message
...

I have code in Word 97 that moves the cursor to a given point on
the screen. It works in conjunction with a Public Declaration at the
top of the module.

The public declaration:

Public Declare Function SetCursorPos Lib "user32" _
(ByVal X As Long, ByVal Y As Long) As Long


The code used in the macro:

ret = SetCursorPos(180, 80)


Is it possible to make the same kind of thing happen with a .vbs file?




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Big problem--Please help Mark General 15 February 6th 05 04:24 AM
Invalid System Disk Robert General 27 January 2nd 05 01:59 AM
Win9x : Utility to dynamic mapping TEMP to memory ? Libor Striz General 22 September 15th 04 06:56 AM
TMP Files rooster General 25 August 15th 04 03:23 AM
Win98SE - problem with USB printer HBYardSale Software & Applications 2 June 20th 04 06:27 PM


All times are GMT +1. The time now is 11:07 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Win98banter.
The comments are property of their posters.