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

Threaded View

  1. #8
    Join Date
    Nov 2018
    Posts
    7

    Re: Taking a screen shot of a game (Counter-Strike 1.6)

    Quote Originally Posted by Arjay View Post
    My point is that the game is hooking to prevent you from screen capturing. It is unlikely you'll be able to undo what they are doing with your own hook. Try searching bing or google for "how to hook a process." There's lots of info out there.
    I couldn't find a way to do this using C#. Some people say that it's not possible to hook a process in C#. Is it the only way to do it? I know C# better than CPP.

    Source: https://support.microsoft.com/he-il/...n-visual-c-net
    Last edited by Ornakash; November 25th, 2018 at 06:40 PM.

Tags for this Thread

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