CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 10 of 10

Thread: Browser and api

  1. #1
    Join Date
    Oct 2006
    Posts
    123

    Browser and api

    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?
    Last edited by honeyboy_20; October 31st, 2006 at 09:39 PM.

  2. #2
    Join Date
    Oct 2006
    Posts
    123

    Re: Browser and api

    .......................?

  3. #3
    Join Date
    Jan 2003
    Posts
    615

    Re: Browser and api

    I have absolutely no clue what you want to achieve.

    What does 'control browser' mean?

  4. #4
    Join Date
    Apr 2005
    Posts
    576

    Re: Browser and api

    You could use the WebBrowser control inside a Form in your application.

    Or you could use Internet Explorer's automation interface.

  5. #5
    Join Date
    Oct 2006
    Posts
    123

    Exclamation Re: Browser and api

    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

  6. #6
    Join Date
    Oct 2006
    Posts
    123

    Resolved Re: Browser and api

    ..*....*??

  7. #7
    Join Date
    Jul 2005
    Posts
    185

    Re: Browser and api

    Quote Originally Posted by honeyboy_20
    ..*....*??
    Hehe funny dude

  8. #8
    Join Date
    Dec 2003
    Location
    Gods own country, India
    Posts
    248

    Re: Browser and api

    refer Browser Helper Objects

  9. #9
    Join Date
    Oct 2006
    Posts
    123

    Smile Re: Browser and api

    Quote Originally Posted by mikoil
    Hehe funny dude
    as u see , but i want any help to do that

  10. #10
    Join Date
    Sep 1999
    Location
    Madurai , TamilNadu , INDIA
    Posts
    1,024

    Re: Browser and api

    Subclassing/MessageHook/<some one please insert cool or scare the hell out of you sounding name that I missed to do this job > is the way to go. Not sure whether the subclassing or MessageHook is possible with C#. Never done that before with C#.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured