View Single Post
  #2  
Old 02-21-2005, 08:24 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,015
The Make VB6 action always uses a temporary copy of the .vbp file to get around the VB6 limitation of not being able to build a project from the command-line that is already loaded in the IDE (in case any of the projects being built are also open by the user in the IDE).

If a VB6 project's application title has not been explicitly set (Project | Properties | Application | Title) in the VB IDE, MsgBox calls that don't specify a title will use the .vbp filename instead. To resolve this, either change the project's title in the IDE (if the displayed title is correct, add and remove a space and OK the dialog to get the VB IDE to save the value in the .vbp file), or use VisBuildPro to automate adding the title to the .vbp files if missing (see attached sample).
Attached Files
File Type: bld vbtitle.bld (1.2 KB, 1160 views)
Reply With Quote