viewtopic.php?t=16449&highlight=while+windowevent+wend
Freak mentions enhancing the While Wend loop to check for events that should not be lost (That sounds like all events to me
Start:
winevent=WindowEvent()
if winevent = 0 goto End
; Here I process the events
goto start
End:
It doesn't work for me. I still have to use a While WindowEvent(): Wend.
I've got to say that I know next to nothing about Windows programming. I came from PowerBasic, and I'm pretty good in DOS.
I feel that there's got to be a better solution. Any ideas?





