Results 1 to 4 of 4

Thread: hook

  1. #1
    Join Date
    Jan 2006
    Location
    Grenoble, France
    Posts
    165
    Thanks
    106
    Qt products
    Qt4
    Platforms
    Windows

    Default hook

    i want to write a hook for parental control.
    is it possible with Qt ?
    thank you

  2. #2
    Join Date
    Jan 2006
    Location
    Alingsås, Sweden
    Posts
    437
    Thanks
    3
    Thanked 39 Times in 39 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: hook

    I think that you will have to be a bit more specific than that. What is it that you want to do? Write a firewall that protects you from "bad" internet sites, or a plugin for a browser that does that? Or something completely different?

  3. #3
    Join Date
    Jan 2006
    Location
    Grenoble, France
    Posts
    165
    Thanks
    106
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: hook

    make sure my children don't access weird sites or talk to weird people on msn.

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: hook

    Qt won't help you with it much. Doing what you want requires tight integration with the operating system, because all flowing packets need to be passed through the application. You have to use the Windows standard API for doing such things. Then, when you have access to the packets, you can use Qt API to do the filtering.

  5. The following user says thank you to wysota for this useful post:

    incapacitant (30th August 2006)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.