Computer Science, asked by nrendramodiji8804, 5 months ago

Write a visual basic program to sisplay mesage in mesaage box in form load event

Answers

Answered by Anonymous
3

Answer:

Displays a message in a dialog box and wait for the user to click a button, and returns an integer indicating which button the user clicked.

Following is an expanded MessageBox.

Syntax :

MsgBox ( Prompt [,icons+buttons ] [,title ] )

memory_variable = MsgBox ( prompt [, icons+ buttons] [,title] )

Similar questions