diff b/w windows and console application?
Answers were Sorted based on User's Feedback
Answer / vikas ku gupta
windows forms provide the graphical user interface (GUI)
where as console is the character user interface(CUI)
you have to use the hard code to develope the application
using console, lots of thing you must remember where as the
windows forms development is more user friendly and easy to
use.
Is This Answer Correct ? | 40 Yes | 6 No |
Answer / 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 |
Answer / as
main difference is console application take less space in
memory then window application.
Is This Answer Correct ? | 6 Yes | 2 No |
Answer / b.nagaraju
windows napplication is the GUI based. and console is the
CUI based.(character user interface).it is text based.
the main difference is the console application is take less
space in memory then window application..
Is This Answer Correct ? | 2 Yes | 0 No |
What are the advantages of VB.NET?
what is the base class of .net?
i could not run my application in any computers if i want to run it i have to install the full version of visual studio 2005. it is really hard and feel embarrassing in front of the people though i installed .net framework where goes wrong
what are the difference between An input box and Message box ..?
How to create Crystal Report in vb.net with coding
1 Answers A3Logics, Ascent, TCS,
What is sorting in vb?
Explain about the keyword must inherit?
is ADO.NET important to connect sql server? is any other way to connect sql server?
How to store jpeg / gif / bmp image in database and how to retrieve them? The most stressful condition is database is distributed and stored images can be retrive from any computer in network and any one can store images from other computer!! plss help its urgent.......RAHUL RATHOD
Is vb net a scripting language?
What does VS.NET contains ?
What is DLL hell?