when visual basic is loaded which dialog box is displayed
Answers
Answered by
12
Answer:
Dialog Boxes in Windows Forms
Dialog boxes are used to interact with the user and retrieve information. In simple terms, a dialog box is a form with its FormBorderStyle Enumeration property set to FixedDialog. You can construct your own custom dialog boxes using the Windows Forms Designer.
Hope this answer is helpful
Please mark as the brainliest answer.
Have a great day ahead
Explanation:
Similar questions