1. Re: Win32lib an onClick (+fan mail)
Wes Hamilton wrote:
> The classic solution is to use timers; i.e. divide
> your routine to "put up the bitmaps" into even chunks
> and put it in a routine called by a timer, so that
> processing is periodically going back to Win32Lib.
That would be my first suggestion as well.
> Personally, I think a more elegant solution would
> be to create your own Windows Message Processing
> loop (see Bernie's Win32API in the archive) and run your
> routines within it.
You can probably do the same - steal code from WinMain.
-- David Cuny