No announcements
Found 3420745 threads
-
0 Votes
GetFileFromApplicationUriAsync prolbem .
Try this: auto path = ref new ...Answered | 1 Replies | 2419 Views | Created by thriller.ye - Monday, May 6, 2013 4:15 AM | Last reply by jrboddie - Monday, May 6, 2013 2:07 PM -
0 Votes
Reading a txt file in vb for windows store app
To use a URI like ms-appx use the GetFileFromApplicationUriAsync | getFileFromApplicationUriAsync ...Answered | 2 Replies | 3194 Views | Created by sekar28 - Saturday, November 2, 2013 12:46 AM | Last reply by Rob Caplan [MSFT] - Monday, November 4, 2013 2:59 AM -
0 Votes
How to export the content into Excel or TXT
That viewer gets all the information by executing following query SELECT * FROM <MODEL_NAME>.CONTENT You can execute that query in SQL ...Answered | 1 Replies | 3175 Views | Created by BIMaster - Tuesday, June 25, 2013 2:34 AM | Last reply by Tatyana Yakushev - Tuesday, June 25, 2013 4:18 PM -
0 Votes
How to read a txt file with formated content?
Write those back out as separate lines to a second file.Answered | 6 Replies | 870 Views | Created by waterharbin - Wednesday, March 20, 2013 1:01 PM | Last reply by ArgusMagnus - Tuesday, March 26, 2013 8:59 AM -
0 Votes
download txt file problem
Hi, I am finding difficult in downloading the .txt file from skydrive and copy the contents of .txt file back to ...Answered | 2 Replies | 2850 Views | Created by kidroid - Saturday, November 26, 2011 6:36 AM | Last reply by Mohan_Kumar MS - Saturday, March 31, 2012 4:16 AM -
4 Votes
How to sort the number of line of a .txt file
There are extensions that can detect the end of a file or just read all contents into an array directly, but better to learn by coding it where you can in ...Answered | 4 Replies | 2564 Views | Created by benoit406 - Sunday, March 4, 2012 8:56 AM | Last reply by litdev - Sunday, March 4, 2012 7:54 PM -
1 Votes
how EDIT a .txt file?
Then simply create two boxes above each other (the one above read only) (text boxes because those are for txt files).Answered | 11 Replies | 3047 Views | Created by sowilosol - Saturday, December 12, 2009 11:04 PM | Last reply by sowilosol - Sunday, December 13, 2009 9:01 PM -
0 Votes
open txt file, load content.
When you specify only file name, it will looking for the file in current folder (as of .Exe file).Answered | 11 Replies | 1970 Views | Created by sparky3489 - Thursday, August 2, 2012 2:59 AM | Last reply by sparky3489 - Friday, August 3, 2012 11:19 PM -
0 Votes
create txt file in c:\
Here is an example of how to read a text file that is inside your project: //Read a text file in the 'data' folder in the app package.Answered | 3 Replies | 3469 Views | Created by xazin - Saturday, April 21, 2012 6:08 PM | Last reply by jrboddie - Monday, April 23, 2012 10:30 PM -
1 Votes
How to creat a *.txt file with VB 2008 Codes
Using RichTextBox To Load a file Using ofd As New OpenFileDialog With {.Filter = "Text Files|*.txt"} ...Answered | 13 Replies | 3795 Views | Created by Dan Maklen - Sunday, October 18, 2009 7:09 PM | Last reply by Jordan_LM98 - Tuesday, October 20, 2009 6:42 PM -
0 Votes
VB 2010 Express - Import a .txt file content into and Access .mbd table.
But that aside for now, let's just talk about getting your text file like you want it.Answered | 1 Replies | 2597 Views | Created by Jubar75 - Sunday, April 22, 2012 9:00 PM | Last reply by Frank L. Smith - Sunday, April 22, 2012 10:54 PM -
4 Votes
vb Save to .txt file
Used part of the code in the FormLoad to create the .txt file.Answered | 9 Replies | 4510 Views | Created by Benny F - Monday, March 21, 2011 9:02 PM | Last reply by Benny F - Wednesday, March 23, 2011 4:45 PM -
1 Votes
Need help C# loading a .txt file's contents into a richTextBox
OpenFileDialog openFile1 = new OpenFileDialog(); // Initialize the filter to look for text files. openFile1.Filter = "Text Files|*.txt"; // ...Answered | 1 Replies | 793 Views | Created by HD Acme - Sunday, January 12, 2014 4:26 PM | Last reply by Petter ken - Monday, January 13, 2014 2:27 AM -
2 Votes
how to create new .txt file (sb)
If you want to study "file" command, you'd better see this thread first.Answered | 2 Replies | 2099 Views | Created by TheGuxi - Friday, October 5, 2012 7:20 AM | Last reply by NaochanON - Friday, October 5, 2012 1:47 PM -
1 Votes
Read a txt file into listbox
Split(' ') is used to split the file content on occurrence of each whitespace.Answered | 4 Replies | 8453 Views | Created by MaichelL - Tuesday, June 14, 2016 12:16 PM | Last reply by Jaya_12 - Wednesday, June 15, 2016 6:13 AM -
0 Votes
How to get .txt file between 2 dates using c#?
f.CreationTime > starttime && f.CreationTimeAnswered | 1 Replies | 509 Views | Created by badinga.badinga - Monday, August 29, 2016 7:21 AM | Last reply by Sergio Russo - Monday, August 29, 2016 8:07 AM -
0 Votes
How can I copy the contents of an open text file and then paste into a .txt file in my debug folder
Hi, if you want to read the whole file and the file is not to big you can make it for example like this: string text = ...Answered | 1 Replies | 498 Views | Created by Troy22222 - Wednesday, May 11, 2016 6:32 PM | Last reply by David Roller - Wednesday, May 11, 2016 6:51 PM -
2 Votes
How to get the text from a .txt file onto a listbox
"Can anyone please tell me how to get the text from a .txt file onto a listbox" Maybe you should have worded it ...Answered | 6 Replies | 3005 Views | Created by DotMRT - Sunday, March 7, 2010 7:46 PM | Last reply by Inforequester123 - Wednesday, March 10, 2010 8:14 PM -
3 Votes
Change Colors with .txt file.
but how would I incorporate that into my code?Answered | 6 Replies | 1181 Views | Created by NSoft Studios - Thursday, February 7, 2013 6:50 PM | Last reply by Acamar - Thursday, February 7, 2013 8:59 PM -
0 Votes
Opening TXT-File not in Browser
browsers will display TXT files in the browser itself, rather than open an application to do so.Answered | 6 Replies | 4822 Views | Created by Dennis-P - Wednesday, July 27, 2016 12:04 PM | Last reply by Trevor Seward - Tuesday, August 2, 2016 5:52 AM - Items 1 to 20 of 3420745 Next ›
No announcements