what are the diffrences between windows application and
windows service?
Answers were Sorted based on User's Feedback
Answer / s
windows service is used for back end processing like
printing,creating setup of CD.it is not used for Gui
application.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vishnu
Windows Services are applications that continuously run in
the background. Windows services run in their own Windows
Sessions. These services automatically start when the
computer boots and can be paused & restarted at any time
while the computer is running. In addition, these services
do not have any user interface.
Windows Application are also applications that has user
interface & it can interact with the user with the help of GUI.
Is This Answer Correct ? | 1 Yes | 0 No |
To which namespace does the control class belong?
What are the new events in textbox that has been included in VB ?
How can you pause a timer control?
List out controls which does not have events?
What are the forms of graphics?
What is form technology?
what is the difference between Listindex and Tab index?
What are windows based applications examples?
What are the forms of database?
Explain how barcode create in the report?
How to find the current record position in data control?
Is form action required?