Given:
We have a
list-based application
that allows you dolink a File
to an entry.0...1 Relationship
from entry to file. (finding out if there is a file or not is my part, dont worry about that)Since we know who is going to use the application we can tell that most, but not all files, will be Microsoft Office (Word/Excel) Files.
Need:
- A way to
print these Files
(if windows knows how to do so)
My Thoughts:
Since we don't know the type (.pdf, .exe) of the file we will have to ask Windows
if its printable and let Windows do the job
for us.
My related code:
There is no. I am not experienced working directly from application to Windows which is the reason why i don't know how to start it. I'd appreciate if you could link me some usefull guides about that, if you know some.
Related Questions/Links:
- How can I ask Windows to print a document? : Haven't got it Working for VB yet