Hi, I've recently been looking into the flickering resize in win32::gui. The most compatible solution to this I've found is extremely (and very annoyingly) simple. Just add the style WS_CLIPCHILDREN to your window or dialog box.
I tried to implement double-buffering in GUI.xs (I was working with 0.0.558 at the time) but frankly I failed. Steve