Click here to Skip to main content
15,920,896 members
Home / Discussions / C#
   

C#

 
GeneralRe: Timer Display data from database Pin
sindhutiwari18-Nov-07 23:00
sindhutiwari18-Nov-07 23:00 
GeneralRe: Timer Display data from database Pin
jacklynn_mei19-Nov-07 14:21
jacklynn_mei19-Nov-07 14:21 
AnswerRe: Timer Display data from database Pin
KennyPatel19-Nov-07 0:22
KennyPatel19-Nov-07 0:22 
QuestionAbout InvalidOperationEception Pin
jason_mf18-Nov-07 21:05
jason_mf18-Nov-07 21:05 
AnswerRe: About InvalidOperationEception Pin
JoeRip18-Nov-07 21:39
JoeRip18-Nov-07 21:39 
GeneralRe: About InvalidOperationEception [modified] Pin
jason_mf18-Nov-07 22:16
jason_mf18-Nov-07 22:16 
GeneralRe: About InvalidOperationEception Pin
JoeRip18-Nov-07 22:45
JoeRip18-Nov-07 22:45 
Questionquestion concerning windows service Pin
stephan_00718-Nov-07 21:05
stephan_00718-Nov-07 21:05 
hi everyone!

i did a console application, which reads from a file, parses the information, changes the contence and then writes the result to another file. at the moment, the application has to be started by hand. that's why i want to change it to a service, which checks a directory for files of a special kind and then does it's operation.

is there anything special i have to look for when changing from console application to windows service. is there some kind of template i could use to easily convert it?

and besides, do you have a good idea how to check if a file has already been operated? i do have two ideas concerning this situation. number one is to delete the source afterwards and the second one would be to remember the date/time of the last file (meaning the youngest one) and to be searching for newer ones. the first idea sounds a little easier, because in this case i do only have to read the directory contence whereas in the second idea i have to read the contence and remove all files, which are already parsed.

thanks for any further ideas or hints.
stephan.
AnswerRe: question concerning windows service [modified] Pin
Jimmanuel19-Nov-07 2:07
Jimmanuel19-Nov-07 2:07 
AnswerRe: question concerning windows service Pin
PIEBALDconsult19-Nov-07 4:32
mvePIEBALDconsult19-Nov-07 4:32 
QuestionChanging Column Balue Before Insert in Data Grid Pin
Aftab Sindhi18-Nov-07 20:55
Aftab Sindhi18-Nov-07 20:55 
QuestionGraphical Grid in c#.net Pin
sindhutiwari18-Nov-07 20:47
sindhutiwari18-Nov-07 20:47 
QuestionHow to refresh child picturebox when moving (with mouse) on parent picturebox. Pin
Chintan.Desai18-Nov-07 20:13
Chintan.Desai18-Nov-07 20:13 
QuestionBarcode reader events handillinh Pin
shahid hameed18-Nov-07 20:04
shahid hameed18-Nov-07 20:04 
AnswerRe: Barcode reader events handillinh Pin
MickCurley18-Nov-07 22:47
MickCurley18-Nov-07 22:47 
QuestionString Manipulation Pin
Programm3r18-Nov-07 20:02
Programm3r18-Nov-07 20:02 
AnswerRe: String Manipulation Pin
Guffa18-Nov-07 20:58
Guffa18-Nov-07 20:58 
GeneralRe: String Manipulation Pin
Programm3r18-Nov-07 21:12
Programm3r18-Nov-07 21:12 
AnswerRe: String Manipulation Pin
Guffa19-Nov-07 0:16
Guffa19-Nov-07 0:16 
GeneralRe: String Manipulation Pin
Programm3r19-Nov-07 0:41
Programm3r19-Nov-07 0:41 
GeneralRe: String Manipulation Pin
mabo4219-Nov-07 0:53
mabo4219-Nov-07 0:53 
GeneralRe: String Manipulation Pin
Programm3r19-Nov-07 0:56
Programm3r19-Nov-07 0:56 
GeneralRe: String Manipulation Pin
mabo4219-Nov-07 1:09
mabo4219-Nov-07 1:09 
GeneralRe: String Manipulation Pin
mabo4219-Nov-07 1:22
mabo4219-Nov-07 1:22 
GeneralRe: String Manipulation Pin
Programm3r19-Nov-07 2:29
Programm3r19-Nov-07 2:29 

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.