Sean,

I've answered inline.

I asked this a while ago but ididn't get a response:
How do I refresh the screen

Desktop.Redraw

or you could execute the Redraw hotkey with

ExecuteHotkey hkRedraw

, and refresh the list of loaded scripts using the object model?

No, one script can't effect others by restarting them.  This is by design.

Also if a script registers a hotkey, can I find out this hotkey, and execute it?

Keyboard.RegisteredHotkeys will return a collection of all hotkeys from all scripts that registered them with Keyboard.RegisterHotkey. Of course once you know the key you can always simulate that keystroke with Keyboard.InsertKey.

Regards,
Doug

Any help apreciated.
Sean.
__________ Information from ESET NOD32 Antivirus, version of virus signature database 4098 (20090522) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com

--
Doug Geoffray
GW Micro, Inc.
Voice 260-489-3671
Fax 260-489-2608
http://www.gwmicro.com

Reply via email to