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

    I want to add my project to another program

    for exmpale, i did a prog that asks u for name+password. now, i want this program to be attached before a game i have on pc, how DO i DO it?


  2. #2
    Join Date
    Jun 1999
    Location
    virginia
    Posts
    16

    Re: I want to add my project to another program

    The simple way is to add your code and forms to your game. The not so simple way is at the start of your game program shell (either Visual Basic "Shell" or API "ShellExecute") to the password program and wait for it to finish then check a return value to see if right password entered.



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