Changing background and text color using microsoft visual c++
-
Hi, I am 18 yrs old and am just a beginner. I use Microsoft Visual C++. So can anyone paste the required code for changing the text and background color in a console application? And how can I create registration entries? Thanx Check out my site: www.geocities.com/aseshshrestha Asesh shrestha :)
-
Hi, I am 18 yrs old and am just a beginner. I use Microsoft Visual C++. So can anyone paste the required code for changing the text and background color in a console application? And how can I create registration entries? Thanx Check out my site: www.geocities.com/aseshshrestha Asesh shrestha :)
Check this: http://sunlightd.virtualave.net/Windows/FAQ.html#ConsoleChangeColour[^] > And how can I create registration entries? Hm...do you mean registry entries? Then RegOpenKey[^], RegCreateKey[^], .. is the answer. RK