Jump to content

tmbeach

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by tmbeach

  1. Ok, then the AutoItX.dll is not a creation of the .au3 scripts but rather a direct creation of the underlying C++ source? I think I've got it. Thanks for the quick reply and I will see what I can do to convert the .au3 source functions to C#.
  2. Hello again, I'm using the Auto3Lib to grab information from nodes in a TreeView with 3000+ nodes. Problem is the automation gets 1/2 way through the loop and quits -- moves onto the next search. I want to debug this in a .NET app but cannot figure out how to compile the Auto3Lib functions into a DLL the same way the AutoItX functions are. Can this be done and if so, how? TIA, Thomas
  3. Hello! Just thought I'd wrap up this post before starting my next one. I was able to grab data from the datagrid using an ugly combination of MouseClick, Send({DOWN}) etc. and ClipGet() functions. Not the most elegant solution, but effective. Thanks for trying to help and my next question will hopefully be easier. Thomas
  4. I can't seem to find anything on the site or in the documentation dealing specifically with Grid controls, only ListView controls. Any ideas on where to start?
  5. Hello, First time poster, hello all! First off I found AutoIt a few months ago and it's been tremendously useful personally and at work. Thanks for running such a cool project Anyways, I need to read text from a grid/listview object in an external application which is of class GXWND. I've looked at the ControlListView(), _ListView_GetItem() from Auto3Lib and _GUICtrlListViewGetItemText functions and nothing seems to work. I can get the handle of the control but when I pass it into those functions I get nothing. I'm guessing that the GXWND is not a listview-compatible control... and if so does anyone have an idea as to where I should go to read the information displayed? Many thanks in advance.
×
×
  • Create New...