ghostboy78 Posted August 29, 2008 Posted August 29, 2008 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?
DrPepUr Posted August 29, 2008 Posted August 29, 2008 (edited) 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, 2008 by DrPepUr
ghostboy78 Posted August 29, 2008 Author Posted August 29, 2008 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.
diablo2oo2 Posted August 29, 2008 Posted August 29, 2008 Here is an examplehttp://forum.tuts4you.com/index.php?showtopic=10379
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now