hi, i want to display some text over the screen, over all applications, and in a small enough font,
like the picture below.. how to do this, help me.
like the picture below.. how to do this, help me.
how would i paint it on like a scroller, the last painted text would be pushed down as i paint another?? i dont know wich of the things under .elseif ==WM_PAINT to use.
Just make sure your scroller code is inside BeginPath/EndPath.
how do i position the text, i tried mov , 0
mov , 500
mov , 500
Remove DT_CENTER and DT_VCENTER flags from DrawText. This text is relative to window its in.
i did and it still wont move if i change mov , 0
mov , 500
mov , 500