Hey, thought I might post the Hex addresses for the Instrument names here. Not sure how this affects the program in terms of stability, but changing these ASCII values in the .exe WILL result in new instrument names being displayed, and the program will run (in all instances I'm not sure of yet).I DO know that you have to change all instances of the names to get the program to work. Here they are:ac380: TComboBox.Instrument1ac5a0: TComboBox.Instrument2ac7c0: TComboBox.Instrument3ac9e0: TComboBox.Instrument4accc0: TComboBox.Instrument5ace20: TComboBox.Instrument6ad040: End of this sectionIn this case TComboBox is the drop down menu in the program. Instrument (1-6) refers to the six instrument drop-down boxes in the program.I don't think you can make the names longer, but I did have success making them shorter and filling in the extra spaces with SPACE BAR "symbols"...just press SPACE BAR to add them ;)
I DO know that you have to change all instances of the names to get the program to work. Here they are:ac380: TComboBox.Instrument1ac5a0: TComboBox.Instrument2ac7c0: TComboBox.Instrument3ac9e0: TComboBox.Instrument4accc0: TComboBox.Instrument5ace20: TComboBox.Instrument6ad040: End of this section
In this case TComboBox is the drop down menu in the program. Instrument (1-6) refers to the six instrument drop-down boxes in the program.
I don't think you can make the names longer, but I did have success making them shorter and filling in the extra spaces with SPACE BAR "symbols"...just press SPACE BAR to add them ;)