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

    Exclamation Windows hangup problem

    Hi All
    i am making a project in VS2005 using MFC
    i want that when my exe is execute all the
    windows services should be closed i,e
    windows behave like hang up.
    when my exe is closed windows behave normaly.
    i am using threading concept here.
    can anybody give me sample demo.
    thanks a lot in advance.

  2. #2
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: Windows hangup problem

    i want that when my exe is execute all the windows services should be closed
    No, you don't want that. Without services there is no operating system. Also, a lot of services can't be stopped.

  3. #3
    Join Date
    Jul 2008
    Posts
    63

    Re: Windows hangup problem

    Quote Originally Posted by Skizmo View Post
    No, you don't want that. Without services there is no operating system. Also, a lot of services can't be stopped.
    Thanks
    Acutaly in my CD there is some valuable data and i want that nobody can not copy
    that data in their computer until my CD is running on that computer.

  4. #4
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,637

    Re: Windows hangup problem

    Quote Originally Posted by anandji05 View Post
    Thanks
    Acutaly in my CD there is some valuable data and i want that nobody can not copy
    that data in their computer until my CD is running on that computer.
    That doesn't make sense. How would stopping services stop people copying your CD?

    What gives you the right to stop other programs running on somebody else's PC? Nothing. If you want to protect your data, encrypt it.

  5. #5
    Join Date
    Jul 2008
    Posts
    63

    Re: Windows hangup problem

    Quote Originally Posted by GCDEF View Post
    That doesn't make sense. How would stopping services stop people copying your CD?

    What gives you the right to stop other programs running on somebody else's PC? Nothing. If you want to protect your data, encrypt it.
    thanks
    but i have some images and some viedio files also.

  6. #6
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: Windows hangup problem

    but i have some images and some viedio files also.
    What does that has to do with it ?

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