I need a file viewr please
-
Hi i need a file viewer can open images ,video ,audio ,pdf ... formats . How can i find the source for it in C# or component only? Thanks and sorry for my bad english please Help me...
Probably google. You sound like you want to write a program that has a Windows Media Player control in it, a picture box, and also embedds Acrobat somehow.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Hi i need a file viewer can open images ,video ,audio ,pdf ... formats . How can i find the source for it in C# or component only? Thanks and sorry for my bad english please Help me...
I wouldn't bother, that sort of thing is handled well enough by Windows Explorer.
-
Hi i need a file viewer can open images ,video ,audio ,pdf ... formats . How can i find the source for it in C# or component only? Thanks and sorry for my bad english please Help me...
hom_rcp wrote:
i need a file viewer can open images ,video ,audio ,pdf ... formats . How can i find the source for it in C# or component only?
I'd recommend a site called Code Project. I hear that folks sometimes have examples on that site that you can download and look at the source. You should check there. :) Definitely it isn't hard to view an image file - PictureBox will do that. Video and Audio can be viewed using the Quartz plugin or the MediaPlayer plugin. I suspect there is a PDF viewer too, though I haven't bothered looking for one. Good Luck!
“You can't teach people to be lazy - either they have it, or they don't.” -Dagwood Bumstead