give a name to a dialog box
C#
2
Posts
2
Posters
0
Views
1
Watching
-
hi, how do i give a name to a dialog box? when i put MessageBox.Text it gives me an error n i cant run the program.. what shd i do? thz
When you do MessageBox.Show, the first parameter is the text to display in the box, the second parameter can be a string that will display as the name. Is that what you are looking for?