the wdf is the engines sloading window.
With the pro version you can create a STARTER (Build->Starter)
this can look like this:
Code:
WINDOW WINSTART
{
TITLE "funvertising...";
SIZE 335,205;
MODE IMAGE; //STANDARD; //FULLSCREEN; //IMAGE; //STANDARD;
BG_COLOR RGB(0,64,128);
PICTURE <logo.bmp>, opaque, 0, 0;
PROGRESS RGB(0, 0, 255), 100, 0, 360, 460, 20;
}
THE PICTURE MUST BE A 8bit IMAGE (256 Colors)