Hello,
I am creating code to support a engineering enviornment that needs to have help screens. My inital thought on how to implement this would be to find a way to display the contents of a XML file that was created form Microsoft Word using the "File--> Save as XML" option. This would allow the people to change the help screens as often as they want to that does not require me to change my code. All the users would have to do is to use the correct name of the file that corresponds to the help screen and there changes would appear when the new XML file get created.
Does anyone know how to display the contents of a XML file to create a help screen?
DavidPosted Mar 13, 2008, 4:10 PM
Hello,
I figured out how to do what I want, it was very easy. I am using the "webbrowser" from the toolbox and I have set the URL property to a pdf file. Since the "webbrowser" is a webbrowser you can also go to websites, etc.
So I got want I wanted done, I am happy and I can move on to the next task that my code has to perform.