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
What is the difference between custom control and user control?
how to deploy vb.net with key and evaluation time? any one can help me?
Define clr?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
What are the difference between dispose(), close(), exit(), end()? When do we use them?
Explain the difference between dispose and finalize()?
What keyword is used to accept a variable number of parameter in a method?
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.
Explain private assembly?
Explain jagged array in vb.net?
What do you mean by option strict on?
Explain the use of console application?
Tell me which namespace are used for accessing the data?
Which control is an example of an object in vb net?
Why is the xml infoset specification different from the xml dom?