|
-
Feb 11th, 2008, 03:02 PM
#1
Thread Starter
Addicted Member
[RESOLVED] Reading XML file
Hi
I am new to windows mobile development
How do I read XML file when form loads?
I tried to use same logic of windows application but did not work
example
Dim fs as new filestream("d:\keyboard.xml",filemode.open,fileaccess.read)
this isnt working. It say Invalid directory. any idea?
-
Feb 11th, 2008, 07:22 PM
#2
Re: Reading XML file
That doesn't look like a valid mobile directory. Off the top of my head, I can't remember the syntax, but I have never encountered a drive letter on a mobile system.
My usual boring signature: Nothing
 
-
Feb 12th, 2008, 05:30 AM
#3
Frenzied Member
Re: Reading XML file
Hi,
Shaggy is correct - there is no concept of c:\ d:\ etc on mobile devices.
Syntax is similar to
"\My Documents\keyboard.xml"
Pete
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|