diff b/w windows and console application?

Answer Posted / subhash - netedge computing

difference between a console application and a Windows
application is the way in which the program gets user
input. A console application gets keyboard input through
the Console.Read or Console.ReadLine methods; a Windows
Forms application gets keyboard (and other) input through
events.

Is This Answer Correct ?    26 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is branching logic control in VB.NET?

762


Explain about the ruby interface generator?

773


How to store images in sql server database through vb.net?

729


What is the exact defination of object?

813


How to retrieve images in sql server database through vb.net?

746


Explain the difference between dispose and finalize()?

795


What is internal keyword in .net framework?

834


What is the difference between readonly variable and constant variable?

778


How to send xml file on server using http protocol?

753


Explain manifest?

708


Define naming convention?

808


Explain trace in vb.net?

753


What are the technology areas that microsoft.net contains?

794


What is the difference between static or dynamic assemblies?

788


What is the source code for display the picture in button click event?

925