Originally posted by Wynd
I am trying to make a simple program that tell you how many minutes, hours, days, etc., your computer has been on using GetTickCount(). When I click a button, I want ot to display (for example):
Code:
0 days
0 hours
20 minutes
but how can I add the newlines? If I use "\n" it just gives me the little black box.
Are you sure you gave it the ES_MULTILINE style when you created the edit box?