hi!
in console applications we use Console.Write("Hai"). for printing statement
and in Web Apps we use Response.Write("Hai"). for printing statement
at the same time what is the print statement in Windows Forms
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Apr 6, 2010, 1:50 PM
Deepak AroraPosted Apr 6, 2010, 2:32 AM
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");