Custom Splash based on INI settings?

WGW

New Member
Is there a hidden INI setting to define which splash graphic to load?

I know about the 'NoSplash=Yes setting and I know the filename is 'splashscreen.bmp'.

But I want to load a different splash based on different INI setups. For example, a warning image when launching certain development environments with specific INI considerations.

I haven't tried blind experimenting yet, but perhaps something on the order of 'SplashImage=filename.bmp".
 
Doing a strings command on prow32.dll reveals the string
"\bin\SplashScreen.bmp" this lends me to believe that the file name has been hard coded.

You could use the NoSplash option and display your own splash screen from within you app. This usually works best if you dont have any db connections on the initial shortcut and connect to your databases after or during the splash screen display.
 
Hello,
I don't want have any splash.
Can you tell me where I have to set
the
nosplash=yes - function?
With kind regards
Matthias Röttgermann
 
Top