No announcements
Found 2557544 threads
-
0 Votes
Write to a text file ?
See Quickstart: Reading and writing files Your app won't have access to c:/list.txt so you won't be able to write there.Answered | 1 Replies | 656 Views | Created by Beyto A - Friday, February 13, 2015 11:14 PM | Last reply by Rob Caplan [MSFT] - Friday, February 13, 2015 11:22 PM -
1 Votes
Writing text files in vb
That said, the Write method shouldn't add any line breaks.Answered | 4 Replies | 2951 Views | Created by 060406 - Tuesday, June 30, 2009 8:45 AM | Last reply by 060406 - Sunday, July 5, 2009 2:40 PM -
3 Votes
Error writing text file to system32 directory ?
Regular applications must not write to such locations.Answered | 12 Replies | 3656 Views | Created by lamtriendong - Wednesday, December 6, 2017 7:09 AM | Last reply by lamtriendong - Thursday, December 14, 2017 1:46 AM -
11 Votes
Writing in text file
Now I can see there is a lot for me to learn about text files and String manipulation.Answered | 24 Replies | 655 Views | Created by BloodySandwich - Thursday, January 4, 2018 4:04 PM | Last reply by BloodySandwich - Friday, January 5, 2018 8:58 PM -
3 Votes
StreamWriter not writing to text file
Not sure about what snippetsFolder holds the value, if it is a path for the file then make sure the path is correct.Answered | 4 Replies | 2431 Views | Created by s_b1 - Wednesday, October 10, 2012 8:22 PM | Last reply by s_b1 - Thursday, October 11, 2012 5:29 PM -
0 Votes
Write back to the Original Text File
You can of course overwrite data in a text file.Answered | 13 Replies | 568 Views | Created by mipakteh - Tuesday, June 13, 2017 5:38 AM | Last reply by mipakteh - Thursday, June 15, 2017 2:22 AM -
3 Votes
Speedy write to text file
Thanks Reed, In a previous version (many years ago) I had it so that the text file remained open, but found that when the Service misbehaved the log did not ...Answered | 8 Replies | 1381 Views | Created by SagaV9 - Thursday, October 11, 2012 4:58 PM | Last reply by SagaV9 - Thursday, October 11, 2012 10:16 PM -
7 Votes
Write text to file, and retrive that text
I am attempting to write text from three separate listboxes to a file when my Save button is clicked, and then retrive the information when my Open button is ...Answered | 6 Replies | 1632 Views | Created by MeriMa'at - Wednesday, July 24, 2013 7:31 PM | Last reply by Paul Ishak - Thursday, July 25, 2013 4:12 AM -
2 Votes
ArrayList not writing to text file
Is the text file totally blank?Answered | 13 Replies | 3763 Views | Created by snssewell - Thursday, February 12, 2009 2:13 AM | Last reply by Bin-ze Zhao - Monday, February 16, 2009 9:14 AM -
0 Votes
Writing to Text File
Could it be simply that buffered writes are never making it to disk?Answered | 2 Replies | 3422 Views | Created by Dan Sionov - Thursday, April 12, 2012 3:58 PM | Last reply by Dan Sionov - Friday, April 13, 2012 4:24 PM -
0 Votes
Read/Write text file VB
Hi I got here while looking in the Metro forum for VB and C# for a sample read text file.Answered | 3 Replies | 4482 Views | Created by Anth12 - Monday, December 26, 2011 12:20 PM | Last reply by ScCrow - Thursday, July 19, 2012 8:28 PM -
0 Votes
About writing text into file
I did a test, that was dropping the log text and then just return with SetEvent(), so no time will be spent on writing file.Answered | 5 Replies | 1834 Views | Created by wd0623 - Thursday, July 25, 2013 12:38 PM | Last reply by wd0623 - Monday, July 29, 2013 2:40 AM -
1 Votes
Write dataTable rows to a text file
I used the code below to write the original text file format.Answered | 8 Replies | 13785 Views | Created by Brian205 - Wednesday, August 24, 2011 9:27 PM | Last reply by Brian205 - Thursday, August 25, 2011 4:04 PM -
0 Votes
Writing to a text file
Does it matter that the xml file is located on a server and i use a UNC path?Answered | 10 Replies | 2722 Views | Created by Monster Macs - Friday, July 10, 2009 4:20 PM | Last reply by Monster Macs - Tuesday, August 11, 2009 4:29 PM -
6 Votes
Writing text files
And being a mere "text" file, it is not as secure as something in a DBMS.Answered | 21 Replies | 3571 Views | Created by supercell2008 - Thursday, March 4, 2010 7:53 AM | Last reply by Supercell1970 - Sunday, March 7, 2010 7:34 PM -
3 Votes
write formatted text into text file
Try this link it will helpful: http://stackoverflow.com/questions/2866637/nicely-formatted-text-file SivalingamAnswered | 8 Replies | 18969 Views | Created by Mayur Dabhi - Saturday, July 14, 2012 1:50 PM | Last reply by Sivalingam Ramasamy - Monday, July 30, 2012 4:57 AM -
0 Votes
reading and writing in text file
Hi, I think that AlexBB's reply above represents the easiest way to get lines of text into and out of a file.Answered | 3 Replies | 3086 Views | Created by SP Ninja - Monday, March 2, 2009 1:52 AM | Last reply by jimboynugget - Tuesday, March 3, 2009 9:29 AM -
2 Votes
Write to text file question.
That's because some other application is holding the file open and protected from writing.Answered | 4 Replies | 3388 Views | Created by Alfr3do.Martin3z - Thursday, March 31, 2011 3:35 PM | Last reply by Alfr3do.Martin3z - Thursday, March 31, 2011 6:19 PM -
0 Votes
Writing to a text file
Using sr As StreamReader = New StreamReader("TestFile.txt") Dim line As String ' Read and display the lines from the file until the end ' of ...Answered | 2 Replies | 2962 Views | Created by fblairms - Thursday, June 17, 2010 4:34 AM | Last reply by Cor Ligthert - Thursday, June 17, 2010 5:52 AM -
0 Votes
Write contents into text file
Just want to take data from xml and write into txt (Notepad or wordpad) file.Answered | 9 Replies | 3707 Views | Created by Learn4Develop - Wednesday, January 14, 2009 1:33 PM | Last reply by Assam - Thursday, January 15, 2009 12:34 PM - Items 1 to 20 of 2557544 Next ›
No announcements