WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Mouse and Cursor Topics

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Change Cursor to .ICO or .ANI Style while Winbatch Processing

Keywords:    change cursor

Question:

Is there neat way to change the cursor to a given .ico or .ani file ? It would be great to change the hourglass to something else while the winbatch script is running, then return it back afterwards.

Answer:

Sorry. Can't really change the cursor.

The best bet are the box functions. If you just use BoxOpen, BoxShut, BoxTitle and BoxText you do not have to worry about the rest.

BoxOpen("Hello","Please Wait")
ans=5+5
Message("Waiting","Answer is %ans%")
BoxShut()

Article ID:   W13294
Filename:   Change Cursor to ICO or ANI Style while Processing.txt
File Created: 1999:04:15:16:53:04
Last Updated: 1999:04:15:16:53:04