i have a question. If there is a possibility at windows phone 8 at visual studio to create button event to read text file? i know about streamReader and if i declare wchich exacly file i want to read, but if i want to choose from list of files wchich i want to display. i did research on the Internet but i didint find an answer. I know i can use isolatedStorage to read music, video, image but not text files, on the app i created few files with text in it and i want users to have posibility to display one from this file, whichever they want to see. So, can you tell me how to do this?
Windows Phone 8 choose text file C#
181 views Asked by Karolina At
2
There are 2 answers
0
user3074358
On
With Windows Phone 8.1, File Pickers are allowed, consisting the same functionality you are expecting, so probably you might want to upgrade your app to WP8.1.
Here's more info on this API : Working with File Pickers
Related Questions in WINDOWS-PHONE-8
- How did windows application "phone link" open the webpage automaticly can IT also open the files on our computer
- Possible to create an app on Windows Phone (WP) using Visual Studio 2022 or later
- Development of old window phone Apps using flutter
- OpenID Connect in c# for Windows Phone app
- How to generate refresh and access token for Windows phone app
- Exception in Json response when Submitting to webapi from WP8
- Passing Class Object to WCF Service c# wp8
- Identify Store App Type
- Why connectivity plugin network handler not working when navigation happens
- How to scroll listbox automatically when Scrollviewer present above it has finished scrolling
- Pixel by Pixel color conversion using WriteableBitmap
- Read stream from absolute uri
- error unhandled exception during loading desiger for the first time in visual studio 2012
- windows phone emulator not displayed , showing error 0x80131500
- How to get font file from windows phone
Related Questions in TEXT-FILES
- how to edit or update the values of records text file in python using seek and tell function
- Why can't I write to a text file in a myRIO project?
- Python look for text block, put in dictonary array
- with statement seems to not close file correctly (a subprocess also uses the file)
- ACCDE error 3625 The text file specification 'X' does not exist
- How can I remove the random texts that shows up in my textfile?
- Error when trying to mutate a dataframe containing lists
- How to replace multiple matches of reoccurring word in a .txt file with new words?
- Is it possible to put the captions generated by AI models back into the pdf file?
- remove double quotes wrapping from csv file in python and save to same file
- Marquee on web page reads text from textfile but displayed text is truncated
- Unable to extract necessary information from my .txt file
- Importing data with no common delineator between the values, the number of spaces between values and within values overlap
- Reading arrays from txt file in python to plot a graph
- Write text to a text file in RTL format
Related Questions in STREAMREADER
- NamedPipeClientStream stalls after the first ReadLineAsync, and stalls on the first WriteLineAsync
- Read POST Request body in Web API is adding an extra slash to '\t'
- How do you change the background color of the < td > tag from vb.net to an html file?
- Reading (and Writing) multiple Matrices to a stream in MathNet
- VB.NET - Substring Function Doesn't Work Correctly
- Azure Logic Apps / Azure Function : Truncate Body when i do a reader Of a HTTPRequest body
- StreamReader Correct way to read whole file without locking a file?
- File path to be accessible by controller in ASP.NET MVC
- Read a character delimited text file with one header and multiple detail lines in C# efficiently
- How to read a multiline string from a file using StreamReader?
- CsvHelper throws System.ObjectDisposedException on second iteration
- Why is azure file share openReadAsync() breaks when file over 4mb?
- Efficient way of Reading a very large text file from a specific line number to the end in C#
- Powershell - How to set TCP Send Receive Line End Character? <CR> vs <LF>
- im trying to send an email using an html file for structure. but its returning me the plain text
Related Questions in ISOLATEDSTORAGE
- .NET Isolated Storage
- Cache file getting corrupted during abrupt power shutdown
- Get isolated storage for assembly
- Isolate nodejs scripts inside the physical or logical folder
- Add Isolated Storage Files into Setup Project
- Throw System.IO.IsolatedStorage.IsolatedStorageException while word file read using openxml API
- Where to cache files locally
- Xamarin Forms Isolated Storage does not appear to save whole file
- SQL Connection / IsolatedStorage Error C# Console
- How to use IsolatedStorageFile.GetUserStoreForApplication()
- not able to get files when there is more than one isolated storage folder
- Login Remember Me in WPF API Client
- Visual Studio file opener doesn't show all of the folders
- Unable to determine application identity of the caller - works on other machines
- Could not load file or assembly 'System.Runtime.Handles' - Xamarin UWP
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
You can use
IsolatedStorageto read any file type you wish. You must of been using something like aLauncherthat filters out the file type based on the Chooser.You can open a file like this:
If you want to get the PackageLocation (files that you added into the project like assets and images) then replace the
LocalFolderwith