Page 1 of 1
TStatusBarPro - use with Delphi 2005

Posted:
December 21st, 2005, 3:48 pm
by JC30003
How do I register TStatusBarPRo component in Delphi 2005. I need to move from Delphi 7 to Delphi2005 and need to use this component.
Any help will be greatly appreciated.

Posted:
December 21st, 2005, 5:49 pm
by Kambiz
Add SBProReg.pas to a new or existing package and install the package.

Posted:
January 3rd, 2006, 11:14 am
by JC30003
Kambiz wrote:Add SBProReg.pas to a new or existing package and install the package.
Hi,
Happy New Year. I tried that but now I get an error message when I try to compile the new package - File Not found-DesignIntf.dcu

Posted:
January 3rd, 2006, 11:45 am
by Kambiz
Happy New Year to you too.
You should add designide.dcp to the required clause of the design time packages. The file is located in bin directory of Delphi.