IconKana 6 Newbie Poster

Hello fellow earthlings. Using VB6, I want to write a MENU program that executes exe files, or executes dll files. The MENU file should have a function that sends a parameter to A.exe, or B.dll as an example. If A.exe or B.dll received the parameter from the MENU, then they would run normally. If on the other hand, A.exe or B.dll did not receive the parameter from the MENU program, they would not function.

In other words, the only way that A.exe or B.dll could execute would be through a command from the MENU program.

Thank You so much for your help.