hi guys,
i want api method which enable me to control browser througth my application as if my application is run ,i can know which pages user open immediately.............how?
Printable View
hi guys,
i want api method which enable me to control browser througth my application as if my application is run ,i can know which pages user open immediately.............how?
.......................?
I have absolutely no clue what you want to achieve.
What does 'control browser' mean?
You could use the WebBrowser control inside a Form in your application.
Or you could use Internet Explorer's automation interface.
thanks,
if u see any program like blocker which prevent illegal sites so i want to make program like this so i need my progam know which pages user open and make socket with the user open page
..*....*??
Hehe funny dude ;)Quote:
Originally Posted by honeyboy_20
refer Browser Helper Objects
as u see , but i want any help to do thatQuote:
Originally Posted by mikoil
Subclassing/MessageHook/<some one please insert cool or scare the hell out of you sounding name that I missed to do this job :D > is the way to go. Not sure whether the subclassing or MessageHook is possible with C#. Never done that before with C#.