hello,
I would like to know more about this,when use in win32 console.
Messagebox(NULL,"Hello:","Title,2);
1. That displays a message box.How do I control the YEs/No
option. Would i have to use if/else? And can you give me a short example code so I can see how it works?
2. How would I out something using the message box. For
example, let say I did 2+2=4,; I want to display the output 4 using the messagebox. Can you please show an example code on how to set it up.
3. Since we can use messagebox on win32 console, is there
an InputBox code like that of VB, that can be use in win32 console? If yes please show me how its declare.
thankyou in advance.
I would like to know more about this,when use in win32 console.
Messagebox(NULL,"Hello:","Title,2);
1. That displays a message box.How do I control the YEs/No
option. Would i have to use if/else? And can you give me a short example code so I can see how it works?
2. How would I out something using the message box. For
example, let say I did 2+2=4,; I want to display the output 4 using the messagebox. Can you please show an example code on how to set it up.
3. Since we can use messagebox on win32 console, is there
an InputBox code like that of VB, that can be use in win32 console? If yes please show me how its declare.
thankyou in advance.