Re: Shell and mouse movement in VB6

Tech-Archive recommends: Speed Up your PC by fixing your registry



"Eric Jeltrup" <ejeltrup@xxxxxxxxxxxxx> wrote in message
news:eZLHzt8xFHA.900@xxxxxxxxxxxxxxxxxxxxxxx
>I can try that, but am not sure how that will emulate a mouse movement
> that the slideshow is looking for. One way I can solve this is to
> continuously (or periodically) send a new cursor position - but that is
> a messy solution.

Mousemoves get sent to an application via send message. By sending the
mousemove messages you are simulating mouse movements. Because the
application will keep them queued up you can just send 1 message and it will
remove the splash screen immegiately.

Michael


.