I have a .vbp file containing numerous User Controls
The Project Name is G13Menu as defined in the VBP.
All is working well - I can compile and run without error.
I want to change the Project Name to G14Menu .
I click on the Project Pulldown Menu, select G13Menu Properties and change Project Name to G14Menu.
Click on OK and get the error message...
ActiveX control 'G13Menu.ctrlThemeFontColor' not referenced in this project.
Use Project/Components... to add a reference.
Controls are already in the project - how do I switch name to G14Menu ?
Unable to find anyplace where G13Menu name exists except in the VBP as Name=G13Menu
Here's an excerpt from my VBP..
Any help is appreciated.
Thanks,
Lee
The Project Name is G13Menu as defined in the VBP.
All is working well - I can compile and run without error.
I want to change the Project Name to G14Menu .
I click on the Project Pulldown Menu, select G13Menu Properties and change Project Name to G14Menu.
Click on OK and get the error message...
ActiveX control 'G13Menu.ctrlThemeFontColor' not referenced in this project.
Use Project/Components... to add a reference.
Controls are already in the project - how do I switch name to G14Menu ?
Unable to find anyplace where G13Menu name exists except in the VBP as Name=G13Menu
Here's an excerpt from my VBP..
Any help is appreciated.
Thanks,
Lee
Code:
Class=providerSQLServer; providerSQLServer.cls
Class=SQLDataHelper; SQLDataHelper.cls
Class=providerMySQL; providerMySQL.cls
Form=frmCalendarDataChooser.frm
Form=frmOccurrenceSeriesChooser.frm
Form=frmEditRecurrence.frm
Form=frmResourcesManager.frm
Form=frmTheme2007.frm
UserControl=ctrlThemeHeaderText.ctl
UserControl=ctrlThemeFontColor.ctl
UserControl=ctrlThemeFont.ctl
UserControl=ctrlThemeColor.ctl
UserControl=ctrlThemeBase.ctl
UserControl=ctrlThemeColorGradient.ctl
UserControl=ctrlThemeTimeScale.ctl
UserControl=ctrlTheme2007EventFontColors.ctl
UserControl=ctrlTheme2007Event.ctl
UserControl=ctrlTheme2007DayViewDay.ctl
UserControl=ctrlTheme2007DayViewDayGroup.ctl
UserControl=ctrlThemeDayViewAlldayEvents.ctl
UserControl=ctrlThemeDayViewCell.ctl
UserControl=ctrlThemeDayViewCellColors.ctl
UserControl=ctrlTheme2007EventDayViewMultiDay.ctl
UserControl=ctrlThemeHeightFormula.ctl
UserControl=ctrlThemeEventIconsToDraw.ctl
UserControl=ctrlTheme2007EventEx.ctl
UserControl=ctrlTheme2007MonthViewDay.ctl
UserControl=ctrlTheme2007MVEventSD.ctl
UserControl=ctrlThemeMVHeaderW.ctl
UserControl=ctrlThemeHeader.ctl
Module=TRIMSGLB; TRIMSGLB.BAS
Module=Module2; STARTUP.BAS
Form=GETFILES.FRM
Form=SYSNOTE.FRM
Form=regcfg.frm
Module=FileDefinitions; Files_And_Fields.bas
Form=workspac.frm
Form=InLineFileConvert.frm
Module=SiteSummary; SiteSummary.bas
Module=VersionInfo; VersionInfo.bas
Module=Registry_API_Declares; Reg_api.bas
Module=Registry_Management; Registry.bas
Module=KEYBAR; KEYBAR.BAS
Module=DataRep; Reporter.bas
Form=FormulaField.frm
Module=ShellWaitMod; ShellWait.bas
Form=JauntLaunch.frm
Class=cBinaryFileStream; cBinaryFileStream.cls
Class=cCRC32; cCRC32.cls
Form=previewt_excel.frm
Module=PRNTHDLR; PRNTHDLR_Excel.BAS
Form=WorkstationSetup.frm
Form=NewMenuSMWeb13b.frm
Module=Definitions; Definitions.bas
Form=ndrDataRepNew.frm
Module=Module3; MP_FILES_newmenu.BAS
Module=Module1; ServiceEnum.bas
Module=GetWinVer; GetWindowsVersionNumber.bas
Reference=*\G{6B263850-900B-11D0-9484-00A0C91110ED}#1.0#0#..\Windows\system32\MSSTDFMT.DLL#Microsoft Data Formatting Object Library 6.0 (SP4)
IconForm="MainPanel"
Startup="Sub Main"
HelpFile=""
Title="TRIMS2000"
ExeName32="TRIMS.EXE"
Command32=""
Name="G13Menu"
HelpContextID="0"
CompatibleMode="0"
MajorVer=13
MinorVer=0
RevisionVer=5