Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved capture video screen

    General and Desktop
    2
    2
    83
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • SpyerGame
      SpyerGame last edited by

      Hi there

      I wanna capture my screen but gonna to prevent any other software for capturing my screen.
      Or how to detect any running software in windows and prevent some of them?!

      1 Reply Last reply Reply Quote 0
      • mrjj
        mrjj Lifetime Qt Champion last edited by

        Hi
        there is nothing in Qt for this.
        You need to use native API to enumerate other running processes but
        it will be hard to block any app that can screen capture as
        you will need to know its .exe name.

        1 Reply Last reply Reply Quote 1
        • First post
          Last post