Search:

Type: Posts; User: web2k6

Search: Search took 0.01 seconds.

  1. Re: System.UnauthorizedAccessException (Access to the path denied) Error

    Hi Shaggy thanks for your input!

    It will still keep on running. It bugs the heck out of me when leaving it overnight and checking in the morning with the big annoying error message box on your...
  2. System.UnauthorizedAccessException (Access to the path denied) Error

    Hello,

    I'm building an application that copies/downloads new txt file from a mapped network drive (sFTP site) to a local folder triggered by timer.

    The application will run fine for hours and...
  3. Re: CSV String split, concatenate & join

    Thank you sir appreciate the help!

    I will try TextFieldParser as suggested. Thanks a lot!
  4. [RESOLVED] CSV String split, concatenate & join

    Noob question, how can I add ' character or concatenate ' character before and after each item in row before String join?

    Please see below the current code used and outputs.



    Dim Rows =...
  5. Replies
    1
    Views
    766

    VS 2015 [RESOLVED] Reading CSV skip record

    Resolved




    Dim objReader As New StreamReader(currentFile)
    Do Until objReader.EndOfStream
  6. Replies
    0
    Views
    577

    VS 2015 [RESOLVED] DGV question

    Is it possible to do a query from DGV and insert the result under the same DGV new line?
  7. VS 2015 Re: Highlight duplicate records datagridview

    Code works like a charm! Thanks to you both!
  8. VS 2015 Re: Highlight duplicate records datagridview

    Thank for your reply paul.

    I tried your code added a new button for it and change to right values unfortunately it didn't work for me.

    I don't want to add a new button I just want to highlight...
  9. VS 2015 [RESOLVED] Highlight duplicate records datagridview

    Hi I kinda need help on this..

    Scenario is:
    if value on empID is duplicate highlight both row on datagridview.

    I used the code below but it only highlight 1 row instead of both.

    Here is my...
Results 1 to 9 of 9



Click Here to Expand Forum to Full Width