Discussion:
to program a browser
(too old to reply)
nalalie
2005-01-28 14:36:57 UTC
Permalink
I need to program a browser to replace IE and to question an only
server. I must click buttons and answer forms ( that i can see with IE ).
Is it possible to do that with wininet ?
thanks
nat.
Brian Cryer
2005-01-31 09:15:15 UTC
Permalink
Post by nalalie
I need to program a browser to replace IE and to question an only
server. I must click buttons and answer forms ( that i can see with IE ).
Is it possible to do that with wininet ?
thanks
nat.
If you were to use wininet then you would have to implement all the browser
functionality yourself. An easier approach (and the one you probably want)
is to use an embedded WebBrowser component and then handle on BeforeNavigate
event to stop the user from navigating to another server.

The newsgroup microsoft.public.inetsdk.programming.webbrowser would server
you better - but I see you've already posted the question there.

Brian.

www.cryer.co.uk/brian

Continue reading on narkive:
Loading...