I'm trying to make a dialog box that have userinput interface
and then prompt up a MessageBox that give a certain output.
I'm using dev c++ program, and I only figured out how to make a message box that have 'ok' and 'cancel' button
Can anyone tell me if it's possible to write in c++ language (I've been google it and only have vc++ or vb examples)
and, if it's possible, what headers and additional library should I use? if give me a simple example, that would be so much helpful.
Hi,
I got a pice of code from internet HWNDhWnd = ::CreateDialog(NULL,MAKEINTRESOURCE(IDD_DIALOG),NULL,NULL);
but it seems HWNDhWnd is not a default phase in cpp?
what header should I add?