View Single Post
  #2  
Old 01-10-2019, 08:31 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
The Make VB6 action looks for the default value under the following registry keys:
Code:
HKEY_CLASSES_ROOT\VisualBasic.Project\shell\Make\command

HKEY_CLASSES_ROOT\VisualBasic.Project\shell\open\command
and if found, strips off anything following .exe and uses that filename for the VB6 executable.

You may need to repair or reinstall VB6 if this isn't working.
Reply With Quote