I'm totally new to c++, MFC.
Currently trying out on doing a GUI with a button
and to display a "hello world" text when the button is pressed.
How i can do it?
If you're okay with the text being displayed in a new window, it's really easy: just use the MessageBox function. MFC might have a special way to do this, but the raw Windows API function for that is pretty easy, too.
– icktoofay
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more
MessageBox
function. MFC might have a special way to do this, but the raw Windows API function for that is pretty easy, too. – icktoofay