Posted August 29, 200817 yr Hi, I have been writing a keygen for a certain game for some time now, and the last of my problem is having a black colored edit box (where the serial number comes in) with a nice color of blue for the serial number. I'm writing my program in C++ and using Win32. The edit control is in a dialog box, and everything is working perfectly so far. Anybody please help?
August 29, 200817 yr I dunno much bout C++ but I'd say u process the WM_CTLCOLOREDIT message returning a handle to the brush of choiceMSDN + Google is your friendhttp://msdn.microsoft.com/en-us/library/bb761691(VS.85).aspx Edited August 29, 200817 yr by DrPepUr
August 29, 200817 yr Author Thanks! I got exactly what I needed . Btw, I did use google and MSDN before I posted here, I was looking at the wrong things and didn't lool hard enough :x.
Create an account or sign in to comment