Very nice example,
to make resizing smoother, without white flashes, it is possible to use following:
[code=thinbasic]
'--------
case %WM_ERASEBKGND
'========
function = 1
[/code]
... in WndProc.
Petr
P.S. I know you know
This more complex example is included with the Oxygen compiler above (TBO2H.zip)
Example 030.tbasic
Very nice example,
to make resizing smoother, without white flashes, it is possible to use following:
[code=thinbasic]
'--------
case %WM_ERASEBKGND
'========
function = 1
[/code]
... in WndProc.
Petr
P.S. I know you know
Learn 3D graphics with ThinBASIC, learn TBGL!
Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB
Thanks Petr, I'll drop that in.
I wonder if there is a way of dealing with the strobe effect when you stretch the window.
Bookmarks