InterviewSolution
Saved Bookmarks
| 1. |
What is message box function in VB.Net? |
|
Answer» It is a dialog box that displays INFORMATION related to the application to the user. However, unlike a regular form, a user cannot TYPE any text in the MESSAGE box. To support the message box feature, VB.Net PROVIDES a MSGBOX function. Many candidates were asked about the elements in the latest versions during vb net interview questions. |
|