User profile: Cambalinho

User info
User name:Cambalinho
History
Joined:
Number of posts:251
Latest posts:

why the static control is 'hided'?
by some reason, i can't use that message... that msdn doc make me more confuse than i'm :( anotherth...

why the static control is 'hided'?
by several reasons i drawed the static control using WM_PAINT at least i can change the textcolor, t...

error in message WM_PAINT
you have right.. thanks for correct me

error in message WM_PAINT
i'm trying doing a double buffer in WM_PAINT message for avoid the flickers: [code]case WM_PAINT: ...

c++11 - adding new options to my String class
[code]void replace(string oldstring, string newstring) { int stroldstringpos=b.find(olds...