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 jagged array in vb.net?
What is break mode? What are the options to step through code?
What is datatype conversion?
What is the significance of delegates. Where should they be used?
Observations between vb.net and vc#.net?
what is diffrence constructor and destructor in vb
Can you please explain the difference between dataset and datareader?
Explain about Visual basic.NET culture?
Explain the advantages of migrating to vb.net?
Explain cts?
What are the objects in asp.net?
What is misl code?
Why do we use byref keyword in vb.net?
Explain managed code?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?