timer function in the message pump to 2 seconds, yet the test
program still accepted all *16* SendMessage messages, AND, it is
HIGHLY unlikely that I'll need to simultaneously select even THAT
many at a time.

I would've killed this topic, but I figure some other members
might like to see that it's possible.

Regards,
P.S. The timer function in the pump only waits for two seconds
ONE time, NOT for each of the SendMessage iterations. I.E.:
Code:
DE1??? = TIMER ' DO DIALOG DOEVENTS LOOP UNTIL TIMER > DE1??? + 2 ' DIALOG SEND hDlg, %WM_COMMAND, 254&, 0& 'the CBCTL that tells 'callback to kill function so execution can resume in 'WINMAIN and actually process the flagged files DIALOG DOEVENTS 'put actual files processing here, as dialog should've been killed
------------------
Clay C. Clear
Clay Clear's Software
mailto:[email protected][email protected]</A>
Leave a comment: