News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

GDI and richedit

Started by daydreamer, May 05, 2019, 12:03:40 AM

Previous topic - Next topic

daydreamer

Quote from: Tedd on June 13, 2019, 05:06:48 AM
Quote from: daydreamer on June 13, 2019, 01:08:12 AM
thanks,maybe better to solve showing score and right wrong different,than to draw it
want to place drawing in a separate thread,so it doesnt make controls laggy
There shouldn't be any problem with drawing, as long as you do it correctly :tongue:
I don't expect a separate thread will be necessary unless you're planning on doing lots of continuous drawing, i.e. animations.
fixed some things
seems like a good plan drawing in separate thread,if possible and make hdc global so I can organize drawing in many separate functions,without need to pass hdc to all those things I want to draw
my none asm creations
https://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding

daydreamer

decided to make some GDI macros that helps shorten down the typing for many gdi calls
my none asm creations
https://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding