put it in the initialization block of your code, it will run every time your code is loaded.
this means it will also run when an application using it is started, so if you want a different behavior there, create seperate designtime and runtime packages, and only have the initialization code in the design package. [EMAIL PROTECTED] wrote: > > > > >>Use the IOTASplashScreenServices interface, provided by the ToolsAPI unit. >> >> > >Where exactly do I put this, I never used this before. >I now added this to the register procedure but then it only shows once and >not each time the comp pack loads on startup. > >Couldn't find much info about this on the net. > >Alfred > >__________________________________________________ >Delphi-Talk mailing list -> [email protected] >http://www.elists.org/mailman/listinfo/delphi-talk > > __________________________________________________ Delphi-Talk mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi-talk
