I have Timer Problem

When loading some "fairly" intensive forms I cannot get a timer control to run its code - I would like to flash a caption of a commandbox and because of the form loading this timer control will not launch - I have tested without the forms loading and this timer launches fine - Is it possible that VB 6.0 just will not run a timer under "fairly" intensive processor activity or is there another alternative to this action - Is there a way to just make a form appear without having to load all the background data captures that take places? It is just a tiny little chunk of code in the timers sub I cannot believe this is a processing overflow issue - any help would be appreciated.
[682 byte] By [mbhey101] at [2007-11-20 11:33:20]
# 1 Re: I have Timer Problem
Prolly doing it wrong. Load the splash form before attempting to load any others. Start in Sub Main in a module so no forms load except the splash form.
dglienna at 2007-11-9 19:33:06 >
# 2 Re: I have Timer Problem
That Really Is my splash screen that I am asking for the main load, but you did give me an idea to load my majorly intensive forms before asking for the main one - that will help, I will let you know how this works - thanx
mbhey101 at 2007-11-9 19:34:06 >