Well, this is really a good help for me as for the screen scraping directly from the web is concerned. I hope it will be really useful at some other situation. Perhaps i couldn't correctly explain the problem. Let me explain it in some details. In fact there are two issues: 1- I want to add a menu option to the shortcut menu (of IE) which appears when a user right-clicks on a web page in the browser window. 2- My added menu option, when clicked, will grab the rendered
source of that page and later on i will use this source for some other purposes, may be i will save it in a database and will show it off-line later on but this is not important. I guess we have to use windows APIs or may be there are specific namespaces for both of these purposes.
BaburMan