Click here to Skip to main content
15,911,142 members

Comments by hina_abbas123 (Top 11 by date)

hina_abbas123 25-Nov-13 4:44am View    
i am doing the same thing
hina_abbas123 22-Nov-13 0:05am View    
i am having this kind of code.
string file;
public string browse_file()
{
uses fileopendialog,
and return the file selected
return file
}
Printing()
{
processstartinfo = new processstartinfo(file);
info.verb = "PrintTO";
Process.start(info);

}
hina_abbas123 22-Nov-13 0:01am View    
yes i know activex is only for IE
hina_abbas123 22-Nov-13 0:00am View    
but here again.. file is being selected from hardware.
that portion of my code is working fine.
when i run my activex on the client/server system. there system needs to get print of file located at http:/10.x.y.z/filename; it got problem.. printing the files in C:, D: drives is not the issue
hina_abbas123 21-Nov-13 3:21am View    
http://10.33.100.90/fileServer/inDocuments/File009830EAA6B4F5943E12C9E04400144F3EB0DC009830.doc
this is the file path i want to print.
kindly tell me how can i use server.mappath() with it?