I sure hope someone can help me because I'm really in a fix! I just started playing with Visual Studio 2005 about a week ago and at the time didn't know a thing about code. But I got saddled with this project so I need to deliver by Monday!
We've got a lot of PDFs on a network drive that people need access to. The requirements are a good looking interface where they can browse categories ala Windows Explorer treeview (just the left side preferably) and then click a file name and have it open up the PDF. Here's where I run into problems.
Another requirement is to be able to search the test in all PDFs at once, so I created an index. Well, Adobe indexes aren't searchable in a web browser so I can't just create a simple web page. Also, I can't change everyone's PC so the docs open up in Reader and not IE. That left me with creating something in VS2005 so I can still have the treeview.
I've tried various things but if I automatically populate the tree I get all the folders and files I don't want to see. Changing the structure of the directories isn't an option either.
When I manually add nodes to the treeview it looks exactly the way I want but I don't know how to click on one of the files and have it open up.
Does anyone have any suggestions at all??? Is there a way to manually add nodes and then specify a link to the file? If I could do that, what code would be needed to open it? HEEEELLLLLLP!!!!!
Thank you, and goodnight.
We've got a lot of PDFs on a network drive that people need access to. The requirements are a good looking interface where they can browse categories ala Windows Explorer treeview (just the left side preferably) and then click a file name and have it open up the PDF. Here's where I run into problems.
Another requirement is to be able to search the test in all PDFs at once, so I created an index. Well, Adobe indexes aren't searchable in a web browser so I can't just create a simple web page. Also, I can't change everyone's PC so the docs open up in Reader and not IE. That left me with creating something in VS2005 so I can still have the treeview.
I've tried various things but if I automatically populate the tree I get all the folders and files I don't want to see. Changing the structure of the directories isn't an option either.
When I manually add nodes to the treeview it looks exactly the way I want but I don't know how to click on one of the files and have it open up.
Does anyone have any suggestions at all??? Is there a way to manually add nodes and then specify a link to the file? If I could do that, what code would be needed to open it? HEEEELLLLLLP!!!!!
Thank you, and goodnight.