Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2009
    Posts
    277

    Window.GetText??

    it seems to me that we might want to get the window text as well as set it, i know this can be done with a simple dll call but shouldn't it really be a inbuilt function?

    Code:
    sText=Window.GetText(hWnd);
    thanks
    Last edited by MicroByte; 06-09-2009 at 03:20 PM.

  2. #2
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    Quote Originally Posted by MicroByte View Post
    it seems to me that we might want to get the window text as well as set it, i know this can be done with a simple dll call but shouldn't it really be a inbuilt function?

    Code:
    sText=Window.GetText(hWnd);
    thanks
    You can just enumerate through the handles and get the title like that, But you have a point.

  3. #3
    Join Date
    Jul 2001
    Location
    Indigo Rose Software
    Posts
    1,834
    Thanks for the suggestion.

    REF: 18723
    Darryl
    Indigo Rose Corporation

    Product Guides: AMS80 | SUF9 | TU30 | VP30 |MSIFACT |DeltaMAX

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts