Click here to Skip to main content
16,006,341 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to extract data(characters) from image Pin
coolestCoder16-Mar-07 1:11
coolestCoder16-Mar-07 1:11 
QuestionSelect multiple from ListBox and insert into Database Pin
irkahc15-Mar-07 23:20
irkahc15-Mar-07 23:20 
QuestionPicture Box Pin
kk.tvm15-Mar-07 23:11
kk.tvm15-Mar-07 23:11 
AnswerRe: Picture Box Pin
Hayder Marzouk16-Mar-07 1:23
Hayder Marzouk16-Mar-07 1:23 
QuestionRichTextBox Probelm Pin
Jeeva Jose15-Mar-07 21:03
Jeeva Jose15-Mar-07 21:03 
AnswerRe: RichTextBox Probelm Pin
mav.northwind16-Mar-07 13:20
mav.northwind16-Mar-07 13:20 
QuestionHow to run windows application as a windows service. Pin
Janu_M15-Mar-07 20:59
Janu_M15-Mar-07 20:59 
AnswerRe: How to run windows application as a windows service. Pin
coolestCoder15-Mar-07 23:51
coolestCoder15-Mar-07 23:51 
Hi,
Windows service dosent have a GUI. So if you want to run Windows application as windows service there are 2 ways of doing it ( atleast, i know this much only )

1) Create a new windows service. copy all code from windows application to the newly create service (without any GUI related code, but satisfying the business logic). Install the service. Run it.

2) Just hide the windows application to a tray icon. In this way, you dont need to copy code. But then the application itself should be bbuilt in such a way that it dosent get stuck for user interaction for its process to continue, but when interrupted, should respond to the user.


I dont know why you want to shift from windows application to windows service. if you could specify some details, then it would be easier to give some specific advice.


"A good programmer is someone who looks both ways before crossing a one-way street." -- Doug Linder

coolestCoder

QuestionXML Encryption.... Suggest me Pin
pashitech15-Mar-07 20:20
pashitech15-Mar-07 20:20 
AnswerRe: XML Encryption.... Suggest me Pin
coolestCoder15-Mar-07 20:35
coolestCoder15-Mar-07 20:35 
GeneralRe: XML Encryption.... Suggest me Pin
pashitech15-Mar-07 21:04
pashitech15-Mar-07 21:04 
GeneralRe: XML Encryption.... Suggest me Pin
Russell Jones16-Mar-07 0:24
Russell Jones16-Mar-07 0:24 
AnswerRe: XML Encryption.... Suggest me Pin
Scott Dorman16-Mar-07 4:55
professionalScott Dorman16-Mar-07 4:55 
GeneralRe: XML Encryption.... Please help me Pin
pashitech16-Mar-07 6:08
pashitech16-Mar-07 6:08 
GeneralRe: XML Encryption.... Please help me Pin
Scott Dorman16-Mar-07 7:27
professionalScott Dorman16-Mar-07 7:27 
QuestionMachine details Pin
Syamlal S Nair15-Mar-07 20:07
Syamlal S Nair15-Mar-07 20:07 
AnswerRe: Machine details Pin
Hayder Marzouk16-Mar-07 3:14
Hayder Marzouk16-Mar-07 3:14 
GeneralRe: Machine details Pin
Syamlal S Nair19-Mar-07 17:58
Syamlal S Nair19-Mar-07 17:58 
Questionregarding location of controls Pin
Mr Perfect15-Mar-07 20:00
Mr Perfect15-Mar-07 20:00 
AnswerRe: regarding location of controls Pin
coolestCoder15-Mar-07 20:17
coolestCoder15-Mar-07 20:17 
GeneralRe: regarding location of controls Pin
Mr Perfect15-Mar-07 20:42
Mr Perfect15-Mar-07 20:42 
GeneralRe: regarding location of controls Pin
coolestCoder15-Mar-07 20:46
coolestCoder15-Mar-07 20:46 
QuestionChanging the priority of the message in the Message Queue Pin
Sreedevi M15-Mar-07 19:51
Sreedevi M15-Mar-07 19:51 
Questionusing a VS scroll bar to scroll a form Pin
Keshav V. Kamat15-Mar-07 19:44
Keshav V. Kamat15-Mar-07 19:44 
AnswerRe: using a VS scroll bar to scroll a form Pin
Ed.Poore19-Mar-07 13:06
Ed.Poore19-Mar-07 13:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.