Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: 8u9i
  • Order by date
  1. 8u9i

    Treeview From Database

    Hi all, I am trying to grab data from the database that this application is connecting to and then show entries in a treeview. public void dbcall() { SqlConnection sqlconn = new SqlConnection("user id=USERNAME;" + "password=PASSWORD;server=SERVER;" + "database=DBNAME;"...
  2. 8u9i

    Parsing A Strings And Deleting

    Thanks, that would be appreciated! I've tried a few ways of messing about with the strings, none of which have either read from the file properly and then written to it properly. Thanks again.
  3. 8u9i

    Parsing A Strings And Deleting

    Here's what I got so far for reading in the text file, the parsing it, then write it back out. Doesn't quite work though. Any ideas? Thanks in advance!! using System; using System.Collections.Generic; using System.Text; using System.IO; namespace StringParse { class Program {...
  4. 8u9i

    Parsing A Strings And Deleting

    Just wondering actually... if you can help. What would be the easiest way to write this back to another file? Using a StreamWriter in the for loop? Thanks again.
  5. 8u9i

    Parsing A Strings And Deleting

    Thank you!! Excellent!
  6. 8u9i

    Parsing A Strings And Deleting

    Hi, I am quite new to C# and I am just wondering if anyone could help me out a little. Basically if I have a text file and lines like the below: blah blah blah one blah blah blah blah blah blah blah two blah blah blah blah blah blah blah three blah blah blah blah blah blah blah four blah...

Part and Inventory Search

Back
Top