views:

195

answers:

1

How to add a virtual driver that contains functions that calls C# functions inside a DLL file.

A: 

No. Perhaps if you told us what you are trying to do, we could help you with a more realistic solution.

Mystere Man
I want to add a virtual printer driver that will call a C# function that makes for example an upload of documents to sharepoint.
Codeffect
I want the virtual driver as a third party to call C# DLL that contains a function to upload a document to sharepoint
Codeffect
I want to know if I can make it like snagit virtual printer with C#
Codeffect
i was thinking of doing something like that, let me try to understand it, You want to add a printer so people can print to it but instead of printing into a paper you want to do something with the document? (achieve maybe?)
M.Shuwaiee
Yes , i want to upload documents and files if possible.
Codeffect
If you know : Snagit : http://www.labnol.org/software/tutorials/snagit-9-screen-capture-review-download-free-license/3520/I need to make something alike that uploads documents to sharepoint or anything else , but calling C# functions.
Codeffect