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

Thread: Spy Program

Hybrid View

  1. #1
    Join Date
    May 2007
    Posts
    127

    Spy Program

    Hi! I've just finished learning C++ and I want to make something to impress my familly ("What the hell are you doing all day in front of that **** computer? Get a job!"). So I've decided to make a spy app to do this things:

    1. Access the webcam and record to a file without the user to know (in background).
    2. Acces the microphone and record to a file.

    Maybe if I can do that I can impress them.
    Please, help me! How this 2 task can be acomplished?

    Please forgive me if this is not the right place to post this.

    Bye!

  2. #2
    Join Date
    May 2007
    Posts
    811

    Re: Spy Program

    I'm glad I'm not your family.

  3. #3
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: Spy Program

    I've just finished learning C++
    Lucky you. I'm still learning it...
    Best regards,
    Igor

  4. #4
    Join Date
    Aug 1999
    Location
    <Classified>
    Posts
    6,882

    Re: Spy Program

    Do you know anything about Win32/MFC programming ?
    Regards,
    Ramkrishna Pawar

  5. #5
    Join Date
    May 2007
    Posts
    127
    Yes, I know Win32/MFC programming.

  6. #6
    Join Date
    Aug 1999
    Location
    <Classified>
    Posts
    6,882

    Re: Spy Program

    Quote Originally Posted by Chirieac
    Yes, I know Win32/MFC programming.
    Then it's time to learn how to program WebCam/DigiCams using WIA,

    msdn2.microsoft.com/en-us/library/ms629863(VS.85).aspx
    Regards,
    Ramkrishna Pawar

  7. #7
    Join Date
    Aug 2007
    Location
    Birmingham, UK
    Posts
    360

    Re: Spy Program

    I would recommend to start by making a simple program that just does the second bit - record from a microphone and store the audio in a file. When you've covered that successfully then make another application that just records the video to a file.
    Then you can make a third program that includes the functionality of these previous two applications together with any other things you think you may need for your program.

    There are several methods in capturing media on Windows, but you may want to look into the MCI interface on www.msdn.com.

  8. #8

    Re: Spy Program

    I'm an Ionic developer and doing research on Android spy apps. I want to develop such an app and looking for the best smartphone spy app. After researching tons of material online, I found mspy review over a technology blog and found this app best for me. If anyone has any other idea, please share. thanks
    Last edited by VictorN; April 29th, 2021 at 12:17 PM. Reason: Web link was removed.

  9. #9
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,398

    Re: Spy Program

    Please, explain which "Android spy" features are best for you. And what is you goal to have/use such an App?
    Victor Nijegorodov

  10. #10

    Re: Spy Program

    Hi Victor,

    I have used this app for parental control purpose. The best feature which I found in this app was geo-fencing. It aware me every time my kid was out of a selected area. All of the features explained in the mspy review, that's why I gave the link of that webpage for readers of this thread. Thanks.
    Last edited by 2kaud; May 11th, 2021 at 08:03 AM. Reason: Removed advertising link

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