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

    Prevent Direct access of Exe

    Hi

    I have one application contains 4 projects.i want to run all exe from main project.if someone tries to run an individual exe directly ,i want to stop that.How can i do that?


    regards

    laby
    regards
    laby

  2. #2
    Join Date
    Mar 2004
    Location
    Prague, Czech Republic, EU
    Posts
    1,701

    Re: Prevent Direct access of Exe

    If they shouldn't be launched individually, there is no need to make them exe. Make just one main exe and several afiliated dlls.
    • Make it run.
    • Make it right.
    • Make it fast.

    Don't hesitate to rate my post.

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