Hi, i have been searching for about 12 hours for a method of doing this, but couldnt do it. so i will pay the person to help me $10.

I have another program, that has a Internet Explorer_Server class window within it. all i want to do is get the text from that window and put it into a multiline text box.

I can get the Hwnd of the parent window from the title, and i could get the IE_server class window also.

What i would need is a module that all i would need to do in the main form to get the text is this:

text1.text = GetText(Hwnd)

This is a source code i found on the internet that does somthing simular, but i couldnt adapt it for my use: http://pscode.com/vb/scripts/ShowCod...20096122121203