Hi,
I'm not sure if this is the right thread, but here goes. I have a program installed which shows the live price of a product i am interested in (i.e. the price changes every couple of seconds). Now I cant access the programs source code to get the price and store it within my own program (i.e. take the price and store it in an array within another program).
Is there anyway to get the content from this program? I was thinking that if it might be possible to find the location where the memory of the program is stored and try and take the information from there. I just dont have a clue where to start. Can anyone point me in the right direction.
Just to clarify, i want to take information (i.e. strings) from an existing program and put it into my own program.