Click here to Skip to main content
15,913,836 members
Home / Discussions / C#
   

C#

 
QuestionDatagrid Pin
Brother Louis22-Aug-07 4:53
Brother Louis22-Aug-07 4:53 
AnswerRe: Datagrid Pin
Vasudevan Deepak Kumar22-Aug-07 4:55
Vasudevan Deepak Kumar22-Aug-07 4:55 
GeneralRe: Datagrid Pin
Brother Louis22-Aug-07 5:03
Brother Louis22-Aug-07 5:03 
QuestionUsing FileStream Pin
gauthee22-Aug-07 4:48
gauthee22-Aug-07 4:48 
AnswerRe: Using FileStream Pin
Vasudevan Deepak Kumar22-Aug-07 4:57
Vasudevan Deepak Kumar22-Aug-07 4:57 
GeneralRe: Using FileStream Pin
gauthee22-Aug-07 5:05
gauthee22-Aug-07 5:05 
GeneralRe: Using FileStream Pin
Luc Pattyn22-Aug-07 5:29
sitebuilderLuc Pattyn22-Aug-07 5:29 
AnswerRe: Using FileStream Pin
Tim Wuytens23-Aug-07 0:23
Tim Wuytens23-Aug-07 0:23 
You can use a FileSystemWatcher for this.

This class is used to monitor a certain folder on the filesystem (disk) where your service runs.
It fires events when something changes to the filesystem (eg. file created, renamed, deleted,...)

Say your PDF printer saves the file as c:\temp\pdf\someName.pdf, then you can monitor the c:\temp\pdf folder with the FileSystemWatcher.
When a file is created in that directory (by your pdf printer) an event is thrown. You can catch this event and
then send the newly generated file.

For more info on this class please visit the MSDN site here[^].

Hope this helps!
Tim Wuytens
GeneralRe: Using FileStream Pin
gauthee23-Aug-07 2:39
gauthee23-Aug-07 2:39 
GeneralRe: Using FileStream Pin
Tim Wuytens23-Aug-07 3:03
Tim Wuytens23-Aug-07 3:03 
QuestionNeed fast way to populate treeView Pin
ronwynn22-Aug-07 4:42
ronwynn22-Aug-07 4:42 
AnswerRe: Need fast way to populate treeView Pin
Vasudevan Deepak Kumar22-Aug-07 4:58
Vasudevan Deepak Kumar22-Aug-07 4:58 
AnswerRe: Need fast way to populate treeView Pin
L Henson22-Aug-07 5:13
L Henson22-Aug-07 5:13 
AnswerRe: Need fast way to populate treeView Pin
martin_hughes22-Aug-07 5:46
martin_hughes22-Aug-07 5:46 
GeneralRe: Need fast way to populate treeView Pin
pbraun22-Aug-07 8:40
pbraun22-Aug-07 8:40 
AnswerRe: Need fast way to populate treeView Pin
Whytespot22-Aug-07 10:44
Whytespot22-Aug-07 10:44 
AnswerRe: Saving PageSetupDialog.PageSettings; Pin
Luc Pattyn22-Aug-07 4:39
sitebuilderLuc Pattyn22-Aug-07 4:39 
GeneralRe: Saving PageSetupDialog.PageSettings; Pin
udikantz22-Aug-07 5:09
udikantz22-Aug-07 5:09 
QuestionWrite Dataset to SQL Pin
GermanDM22-Aug-07 3:50
GermanDM22-Aug-07 3:50 
AnswerRe: Write Dataset to SQL Pin
Vasudevan Deepak Kumar22-Aug-07 5:00
Vasudevan Deepak Kumar22-Aug-07 5:00 
AnswerRe: Write Dataset to SQL Pin
costavo22-Aug-07 5:00
costavo22-Aug-07 5:00 
AnswerRe: Write Dataset to SQL Pin
Giorgi Dalakishvili22-Aug-07 5:01
mentorGiorgi Dalakishvili22-Aug-07 5:01 
Questionstring.IndexOf help Pin
solutionsville22-Aug-07 3:28
solutionsville22-Aug-07 3:28 
AnswerRe: string.IndexOf help Pin
Martin#22-Aug-07 3:45
Martin#22-Aug-07 3:45 
GeneralRe: string.IndexOf help Pin
solutionsville22-Aug-07 4:06
solutionsville22-Aug-07 4: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.