I create a bitmap from a text
how do you create a bitmap with round corners?
there is a function similar to FillRectEx that builds a rect with round angles ?
I tried with this ( inserting it at 2046 line)
RectRound( hDC2, 0, 0, nWidth,nHeight, 20, 20 )
but not run