Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mdrozd

    Reading text from a Child table window.

    I have created an application that 'talks' to another one by simulating keystrokes. I have come up against a brick wall in one area. I have to read some text that is on a window that is a Centura:ChildTable. There appear to be api's that let you read the column's label but not the data from...
  2. mdrozd

    Access data in a child table

    I have a an application that is trying to access a table in another application's window (MDI windows). I am at a point where I can communicate with the other application and send it keys using the "keybd_event" api. I have a window in the other application that lists the customers...
  3. mdrozd

    GetNextWindow

    I thought there was a way to search all windows with one API call but it looks like you have to search each level separately ( top level, child level, next child level, etc). At this point I will be using both functions in my code (getwindow, findwindow) Thanks to all, Mark
  4. mdrozd

    GetNextWindow

    Did anyone figure out how to access GetNextWindow? I am in the same boat now in that I need this function but it is not in my user32.dll. I am running win 98 se.

Part and Inventory Search

Back
Top