Click to See Complete Forum and Search --> : I want to add my project to another program


ar7kasper
December 18th, 1999, 01:56 PM
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?

wayne
December 19th, 1999, 10:16 AM
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.