how do i draw a image to the program? and i dont want it to be topmost. Also how do i make the back of drawtext transparent or at least or a static control.
Printable View
how do i draw a image to the program? and i dont want it to be topmost. Also how do i make the back of drawtext transparent or at least or a static control.
You can prevent an image you paint from painting over child windows (controls) by specifiying the WS_CLIPCHILDREN style for the parent window. You can set DrawText to transparent with the SetTextMode (I think) API.
SetTextMode ia for a richedit box aka RTF