Click here to Skip to main content
15,891,704 members
Home / Discussions / C#
   

C#

 
QuestionConvert pdf to Tiff Pin
Sun Rays2-Jun-08 18:47
Sun Rays2-Jun-08 18:47 
AnswerRe: Convert pdf to Tiff Pin
Shree2-Jun-08 19:02
Shree2-Jun-08 19:02 
GeneralRe: Convert pdf to Tiff Pin
Sun Rays2-Jun-08 22:25
Sun Rays2-Jun-08 22:25 
Questionhelp me solve this error Pin
fofoth2-Jun-08 16:13
fofoth2-Jun-08 16:13 
AnswerRe: help me solve this error Pin
Christian Graus2-Jun-08 17:11
protectorChristian Graus2-Jun-08 17:11 
GeneralRe: help me solve this error Pin
fofoth2-Jun-08 17:51
fofoth2-Jun-08 17:51 
GeneralRe: help me solve this error Pin
Christian Graus2-Jun-08 18:07
protectorChristian Graus2-Jun-08 18:07 
AnswerRe: help me solve this error Pin
fofoth2-Jun-08 21:15
fofoth2-Jun-08 21:15 
AnswerRe: help me solve this error Pin
anujarya_20013-Jun-08 19:36
anujarya_20013-Jun-08 19:36 
QuestionLocating Windows taskbar Pin
Jergosh2-Jun-08 11:32
Jergosh2-Jun-08 11:32 
AnswerRe: Locating Windows taskbar Pin
Giorgi Dalakishvili2-Jun-08 11:38
mentorGiorgi Dalakishvili2-Jun-08 11:38 
AnswerRe: Locating Windows taskbar Pin
DaveyM692-Jun-08 11:41
professionalDaveyM692-Jun-08 11:41 
AnswerRe: Locating Windows taskbar Pin
Shree2-Jun-08 19:10
Shree2-Jun-08 19:10 
QuestionProblems opening Form2 Pin
C# Beginner Nick2-Jun-08 11:07
C# Beginner Nick2-Jun-08 11:07 
AnswerRe: Problems opening Form2 Pin
DaveyM692-Jun-08 11:38
professionalDaveyM692-Jun-08 11:38 
GeneralRe: Problems opening Form2 [modified] Pin
C# Beginner Nick2-Jun-08 11:55
C# Beginner Nick2-Jun-08 11:55 
GeneralRe: Problems opening Form2 Pin
Christian Graus2-Jun-08 17:13
protectorChristian Graus2-Jun-08 17:13 
GeneralRe: Problems opening Form2 Pin
Hum Dum2-Jun-08 21:03
Hum Dum2-Jun-08 21:03 
GeneralRe: Problems opening Form2 Pin
MarkB7772-Jun-08 18:32
MarkB7772-Jun-08 18:32 
GeneralRe: Problems opening Form2 Pin
darkelv2-Jun-08 20:13
darkelv2-Jun-08 20:13 
GeneralRe: Problems opening Form2 Pin
DaveyM693-Jun-08 1:49
professionalDaveyM693-Jun-08 1:49 
QuestionWindows Service and SystemFileWatcher Pin
KaptinKrunch2-Jun-08 9:57
KaptinKrunch2-Jun-08 9:57 
Hi,

Can a windows service run a console application?

Basically my goal is to have a windows service with a FileSystemWatcher monitor a directory. If that directory has any MS Word documents in it, convert them to pdf and then move them to their final resting place.

I've created the windows service, it finds the files and starts a MS Word in the background. But on the line that opens a document, it fails. I presume because its running from a windows service and MS Word is probably trying to display some dialog. So my thinking is that if I move the conversion functionality to a console app and just let the windows service do the monitoring it will work.

Thanks for the feedback!

Just because we can; does not mean we should.

AnswerRe: Windows Service and SystemFileWatcher Pin
DaveyM692-Jun-08 10:20
professionalDaveyM692-Jun-08 10:20 
GeneralRe: Windows Service and SystemFileWatcher Pin
KaptinKrunch2-Jun-08 10:24
KaptinKrunch2-Jun-08 10:24 
QuestionQuerying LDAP and AD Pin
mabby2162-Jun-08 8:34
mabby2162-Jun-08 8:34 

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.