hi, i currently have a problem when i start my application the splash screen always goes behind, is there a way to make it stay infront? until they press the key or click.
A splash screen should be a Form on its own therefore it should be the only one shown. Are you using a Timer so the splash screen stays visible? You can load your next Form while the splash screen is on (Load Form2) and after your splash screen has finished make the next Form visible.
__________________ I've been programming with VB for 13 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.