PDA

View Full Version : Window.GetText??


MicroByte
06-09-2009, 04:11 PM
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?

sText=Window.GetText(hWnd);
thanks

ShadowUK
06-10-2009, 12:26 AM
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?

sText=Window.GetText(hWnd);
thanks

You can just enumerate through the handles and get the title like that, But you have a point.

Darryl
06-15-2009, 10:21 AM
Thanks for the suggestion.

REF: 18723