Click here to Skip to main content
15,905,427 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How can i print a given path file in windows applicaion.
Posted
Comments
D K N T H 29-Nov-11 1:10am    
please clarify your question..
Sergey Alexandrovich Kryukov 29-Nov-11 1:34am    
What do you need: path file (what is it) or file path? What's the problem?
--SA

1 solution

if you using fileupload controls means.
dim temp as string=system.file.io.getfullpath(uploadd1.filename)
 
Share this answer
 
Comments
nsk_saravana 29-Nov-11 1:27am    
i would like to print a word document or txt file thro .net. i will give a path of the file and it should print automatically.
Sergey Alexandrovich Kryukov 29-Nov-11 1:35am    
Nothing is done automatically unless you write code to automate it. :-)
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900