Search results for query: *

  1. K

    Help with regular expressions

    why did you move this This is a VB.NET application not asp.net it just happens to be reading in a webpage. So why did you move it?!
  2. K

    Help with regular expressions

    Hi guys Ive only recently started using regular Expressions so the following was a bit lost on me. Ok, this div tag appears several times in a webpage. What I want is a regular expression to return 'The beeches' The Company Name will either be in the format: <div class="companyname">...
  3. K

    treeview help

    Thanks sevenhalo, didnt think about using For each next rather than for - to next. Thats helped me loads
  4. K

    treeview help

    Im working on a treeview with the following structure accounts dummy01 00011 00012 00014 dummy02 00012 00015 00018 00019 00025 I need a for loop to go through all account numbers (dummy01, dummy02, dummy04 etc) and find the one that is equal to 'strDummyAccNo' I got as far as the code below...
  5. K

    trim - a string with variating length

    thanks for that!!!!
  6. K

    trim - a string with variating length

    RESOLVED: trim - a string with variating length Hi guys, I'm doing an application at the mo that consolidates files together. The bit I'm stuck on involves the user specifying a file format options can be: 123_worldwide_uk_csb 3565_worldwide_nl_icsb 32_worldwide_uk_arbor...
  7. K

    StreamWriter

    Hi all, I'm new to .net and need a bit of help with manipulating data from a zipped csv file. Any one got some code to: - unzip a csv file, - and how to then edit the contents of the matrix within it - save it as a separate copy (with new name) - and zip it back up again, I would...
Back
Top