Log in

View Full Version : splash screen


theeta
October 17th, 2001, 16:43
Hi....can anyone suggest me a method to remove the splash screens of programs like bo2k,netsonic pro etc????
Do we have any special APIs for these??

Solomon
October 17th, 2001, 20:41
You can try the following APIs:

CreateWindowEx(A): create the splash window

ShowWindow: show the splash window

DestroyWindow: destroy the splash window

KillTimer/SetTimer: the splash screen automatically disappears after some time interval

good luck

Aimless
October 18th, 2001, 00:00
...alternatively, you may try using Regmon and disable the splash screen (assuming that the proggy has the option to do that)

...or maybe use a resource modifier proggy and delete the splash

But just in case U do the above, make sure you check for CRC, Checksums etc... (in short, always keep a backup)

Have Phun