CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2009
    Posts
    1

    Talking Hacking calc.exe

    Need help hacking into calc.exe. What I need to accomplish is to grab data, functions, events from calc.exe. Mainly what I want right now is to create an application to run calc.exe grab the data that is displayed on the text box of calc.exe and display it on a label in my application.

    I have been studying hooks, but I still do not have a clear understanding of how I can do this with hooks, if I can get an example or suggestions of how I can accomplish this task I would greatly appreciate it.

    Thanks

  2. #2
    Join Date
    Aug 2000
    Location
    New York, NY, USA
    Posts
    5,656

    Re: Hacking calc.exe

    Quote Originally Posted by jrsanz1 View Post
    What I need to accomplish is to grab data, functions, events from calc.exe.
    I understand that “grab data” means to get a copy of the Calc’s display. But what is “grab functions”?
    Also, before attempting hacking of any kind, please consider automation.
    Vlad - MS MVP [2007 - 2012] - www.FeinSoftware.com
    Convenience and productivity tools for Microsoft Visual Studio:
    FeinWindows - replacement windows manager for Visual Studio, and more...

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