G
Guest
Hi, I'm using MS Visual Studio .NET 2003. In a PPC application I've bound the
contents of a list box to an XML file using the following code (and more)
supplied in a Sample Walkthrough:
xmlFile = Me.txtFile.Text
xsdFile = "\Program Files\Scorecard\FormatFile.xsd"
This works perfectly on my PPC and many others. However on an Italian PPC
the folder Program Files does not exist, instead the second line must read:
xsdFile = "\Programmi\Scorecard\FormatFile.xsd"
Obviously several other versions of Program Files exists in many other
languages. Is there any way to include a 'relative' file location based on
the location of the application?
Many thanks for your help.
contents of a list box to an XML file using the following code (and more)
supplied in a Sample Walkthrough:
xmlFile = Me.txtFile.Text
xsdFile = "\Program Files\Scorecard\FormatFile.xsd"
This works perfectly on my PPC and many others. However on an Italian PPC
the folder Program Files does not exist, instead the second line must read:
xsdFile = "\Programmi\Scorecard\FormatFile.xsd"
Obviously several other versions of Program Files exists in many other
languages. Is there any way to include a 'relative' file location based on
the location of the application?
Many thanks for your help.