I have never had a problem with wildcards just like TDK.
One thing is to note that wildacards don't appear to work on files in same location as exe, so media needs to be in a subfolder of project directory, such as 'media'.
Imagine in my project folder I have the .dba and .dbpro files and a folder called 'media' with loads of .png images.
My program has commands such as;
load image "media\num0.png",10
load image "media\num1.png",11
load image "media\num2.png",12
load image "media\num3.png",13
load image "media\num4.png",14
load image "media\num5.png",15
load image "media\num6.png",16
load image "media\num7.png",17
load image "media\num8.png",18
load image "media\num9.png",19
To make dbpro include all png images using wildcards;
a) Click 'media' blue button, then 'add' and MANUALLY type 'media\*.png' in box.
b) Click 'settings' red button and make sure radio button 'EXE with attached media' is selected. Optionally tick the compress and encrypt boxes.
Compile as normal. You should know if everything worked as EXE size will be different. Copy just the exe to another folder and it should still work.
Boo!