CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2010
    Posts
    6

    How to catch windows title by windows service?

    Hi all guru,

    I'm working with new project and it make me confuse. My project is a windows service, such as a Gamguard program. It find and kill processes of hack, spam programs by execute file name, keywords. But when users rename executing file, process name also is changed therefore my windows service purpose is unsuccessful. I replace it by catching title of hack executing file. But it's only ok when i make it with windows form. Why cannot windows service catch windows title? How to catch windows title by windows service???

    Pls help me!!!

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: How to catch windows title by windows service?

    Why would users want to rename hack and spam programs?

  3. #3
    Join Date
    Jul 2010
    Posts
    6

    Re: How to catch windows title by windows service?

    Just becasue my Gameguard program find to kill hack programs of gamer. When their program don't run, they cannot hack. They will have to find other ways. And they will try to rename hack file.

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