Hi: I had heard on this list and others, I think, that the Express modules of 
Visual Studio 2010 did not expose their DOM and thus could not be scripted.
Only the full version of Visual Studio could be scripted. 
I just ran Jamal's App against a VB.net 2010 app I created, his Harvest App, 
and pulled out the following while focused on the VB.net editor just for fun:
Am I missing something or does this mean that the Express modules do maketheir 
DOMs available for WindowEyes scripting?

BeginCopiedCode:
... preceding removed for brevity
A1.3.4.1.4.1.2.1 editable text, Text Editor
AccessibleHelp: The view provides a visual presentation of the text contained 
in the editor
AccessibleName: Text Editor
AccessibleRole.Text: editable text
AccessibleState.Text: focused focusable
AccessibleValue: 
Public Class MyTestClass
' This is some text in this class.
    ' RicksTestString
' RtHere
End Class

A1.3.4.1.4.1.2.1.1 editable text, Editor Selection
AccessibleHelp: Contains the active textual selection of the text editor
AccessibleName: Editor Selection
AccessibleRole.Text: editable text
AccessibleState.Text: read only invisible offscreen selectable
A1.3.4.1.4.1.2.2 pane, Glyph Margin Grid
AccessibleHelp: Displays glyphs corresponding to the visible lines.
... Rest removed as well.
EndCopiedCode:

Reply via email to