| | |
Storing a textfile with specific sub-folders in Windows Mobile 6
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
Hi guys
I am able to add data to a textfile on a windows mobile device but can only get it to store within the 'My Device' folder.
I have tried to place it within folders ... but it cries with a NullReferenceException
Has anyone got any ideas please
I am able to add data to a textfile on a windows mobile device but can only get it to store within the 'My Device' folder.
I have tried to place it within folders ... but it cries with a NullReferenceException
VB.NET Syntax (Toggle Plain Text)
Dim path As String = "\testFile.txt" 'Name of the File to be created Private Sub btn_Proceed_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn_Proceed.Click 'Pass the data entered to the string variable If File.Exists(Path) = False Then 'Create a file to write to sw = File.CreateText(Path) sw.Write("Text within the file: ")
Has anyone got any ideas please
Michelle (Junior Developer)
![]() |
Other Threads in the VB.NET Forum
- Previous Thread: Datagridview combobox
- Next Thread: Load form
| Thread Tools | Search this Thread |
"crystal .net .net2005 2008 access add advanced application array assignment basic beginner box button buttons center click code combo convert cpu data database datagrid datagridview designer dissertation dissertations dissertationthesis dosconsolevb.net editvb.net employees excel exists firewall forms html image images isnumericfuntioncall listview login map math memory mobile module msaccess mssqlbackend mysql navigate net number opacity open pan pdf picturebox picturebox2 port print printpreview record regex reports" reuse right-to-left save savedialog search serial socket sorting sql sqldatbase sqlserver storedprocedure string temp textbox timer txttoxmlconverter upload useraccounts usercontol usercontrol vb vb.net vb.nettoolboxvisualbasic2008sidebar vba vbnet vista visual visualbasic visualbasic.net visualstudio.net web wpf wrapingcode xml





