Computer Science, asked by abiashoaib, 1 year ago

difference between inputbox and msgbox in vb

Answers

Answered by ayush74082
0

Input box is used to input the data in visual basic whereas Msgbox is to display any message on any particular event as a prompt.

Answered by Dineshrathod03
0

Answer:

MsgBox() is Used to Print message in Window,

InputBox() is used to get input from user in window.

Similar questions