Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


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