A1VBCode Forums

Attachmate Reflection - Determining cursor location


http://a1vbcode.com/vbforums/Topic31133.aspx

By bhofmann - 1/9/2012

I am trying to do a screen scrape within Attachmate Reflection with VBA.  I would like to screen scrape everything from the current cursor location back to the beginning of the line.  I know how to do screen scrapes for defined row/column locations, but I do not know how to determine the current cursor location to be able to use for the row/column identifiers for the screen scrape.  Any assistance is appreciated.

I am trying to capture the last user prompt displayed prior to running macro code, so that the macro can look for the same prompt to appear again in order to trigger additional code to run.

-Ben Hofmann