I have a list of files in a File List Box and I want to be able for the person to print the selected file in it
I currently have

commondialog1.showprinter
printer.print(fillist.FileName)

but that doesn't seem to work? Can anyone help me?

Thanks