| Using message boxes |
|
|
|
|
Displaying a message box is a common task in Windows programming. The simplest such program is probably similar to:
We use a constructor and we call the Show static method of the MessageBox class. We pass the string to be displayed as argument and there are other versions of this method which accept the type of icon to display etc. (Once again the documentation provides the details). |
| < Prev | Next > |
|---|














