Browsing Category: Article

  1. GWKB2032 - General Software Accessibility Guidelines - Understanding Accessibility Before you can begin to make an application accessible, it helps to­ know what &...
  2. GWKB2033 - Creating Custom Objects in VBScript - Using an object to store and retrieve information can provide you with a comprehensive way to move data between various routines and different parts of your script. You can...
  3. GWKB2034 - Understanding Keyboard Key Inserts - Assume a script contains the following instruction: Sub Test() Keyboard.InsertKey vk_H, kmAlt End Sub Set myHotkey = Keyboard.RegisterHotkey("Alt-F1", "Test") Lets...
  4. GWKB2035 - Using ExecuteGlobal to Include VBScript Code - Many programming languages include the ability to include external code to make common code tasks available without having to re-type the code every time you want to use...
  5. GWKB2036 - Internal and External Scripts - General Window-Eyes defines a script as any procedure, document, or process that is launched by Window-Eyes. It is possible to...
  6. GWKB2037 - Custom MSAA Event Handling - There may be times when you want to tell Window-Eyes to ignore specific MSAA events so that you can handle them yourself. The first step in...
  7. GWKB2038 - Accessing Text in a Custom Control - The following example demonstrates how to get the text of a custom control. More specifically, the code editor in Visual Studio 2008, although the technique can be applied to...