I am trying to create an activeX exe that sets up through an API call a timer to fire of every 10 seconds I have a working version that correctly works in the IDE but when I create an EXE it fails to run. I have shown the problem to be that the EXE sets up the timer then as it has no further processing unloads itself and so is not able to receive the event for the timer. Can some one tell me how to make the ActiveX EXE stay resident in the background to receive the timer event ?
I think it must be some thingsimple but have been unable to find out what, may be it is because I am thick.
I think it must be some thingsimple but have been unable to find out what, may be it is because I am thick.