Possible Duplicate:
Programmatically get screenshot of page
I am working on a small desktop program in winapi
What I want is that the application will have textbox with some buttons. User can type a string in the text box and hit the search button.
After that the program will search that string on google and will save the search result page as an image file , all this will be done in the background with no new windows opening.
And please comment if this can be done easily in some other programming language like VB or C# or MFC