Thanks guys,
In response to AntonV, I am not saving the whole doc, bsically I am constructing a meta tag extraction app to pull title, keywords and description. This is not an app for anyone else, or for sale, a client or any type of distribution. It is purly for myself and the learning curve. I have already learned many different things from all of you and I thank you for that. The reason I need to use a webrowser ctrl and not just Inet is becasue Inet gets forbidden pages a lot using Google. Example, place an inet on a form and draw the html from the inet to a text box, in the form load event, navigate to
, no problem right? Then change the nav to statement to
Code:
[URL unfurl="true"]http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=car+audio&btnG=Google+Search[/URL]
this example searches for car audio. Pulls the page right? Wrong! The html you are looking at is Googles Forbbiden Access Page. But you can push google searchs like this into a wb ctrl.
SO the big picture of what I am eventually trying to create is an app that will allow you to enter search words into a txt box, enter a number of pages to open in another text box (to open one after another contoled by the wb busy function) then read the meta info. (Just the title, keywords and desc)
If I can get it to that point, (which I will!) I can do many things with it, example, create logs of the top sites key words etc.
So that sums up my "vision". I know you can easily buy commercial apps to do that and in fact I own one. but I obviously want to learn.
StrongM
Sorry if I ticked you off, I have been reading all of the posts, but a lot of what happens is that I follow the post or ref to another thread and either can't get it to work at all or can't get it to work right. I hope that my explanation above clears up what I am trying to do.
Be patient with me, I am not a pro programmer like you guys! In fact a year ago, I was impressed when I could use a command button and create a mxgbox by pressing it. Thought I was ready for the big times
![[smile] [smile] [smile]](/data/assets/smilies/smile.gif)
-------------------------------------------------------------------------
-------------------------------------------------------------------------
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Univer