0
In a form application, you can use MessageBox or you can create a textbox in the form for messages.
0
hi ajay,
there is a way to show some output to the user as every application has it's own way. in windows form we show some output to user using MessageBox, that shows output using a message box.
MessageBox.Show("Hai");