Search:

Type: Posts; User: KoenP

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    3,548

    VS 2015 Change property of a column in datagrid

    Hello,
    I am wondering if anybody can have a look to my issue and help me with the code.
    here is the situation:
    I have a simple but old access '97 DB (mdb) who is feed by an third party program.
    I...
  2. Replies
    0
    Views
    2,503

    VS 2012 Datagridview into access database

    Hello eveybody,
    I have some code :



    Imports System.Globalization
    Imports System.IO

    Public Class QcParser
    Const highChar As Char = "H"c
  3. Replies
    5
    Views
    14,327

    Re: WriteINI and ReadINI

    Nice one thanks a lot was looking for something like this long time.!
  4. Replies
    2
    Views
    991

    VS 2012 Delete first 6 lines in a text file

    Hello,
    I am trying to delete the first 6line.
    the script is able to delete one line but nt all 6.
    any one who can help me?

    Many thanks,
    Koen
  5. Replies
    12
    Views
    1,784

    VS 2012 Re: Search trough folders for strings in files

    Hello,
    Here is the working code for those who want to look at it..


    Private Sub Button2_Click(sender As Object, e As EventArgs) Handles btn_remove.Click

    For Each Directory As...
  6. Replies
    12
    Views
    1,784

    VS 2012 Re: Search trough folders for strings in files

    Hi ident,
    This is what I have so far:
    The code is able to find the string that I want to replace but now I stuck on some things:
    1. how can I create a loop so that it is giving me all the value...
  7. Replies
    12
    Views
    1,784

    VS 2012 Re: Search trough folders for strings in files

    Hi Bulldog,

    If you still feel okay to help me further the next step that I need to do is to replace the characters after "|H||" by XX
    So the fileS look like: |H||45||| adn should become |H||XX|||...
  8. Replies
    12
    Views
    1,784

    VS 2012 Re: Search trough folders for strings in files

    Many thanks Buldog,
    this was exactly what I was looking for...
    respect !!

    Koen
  9. Replies
    12
    Views
    1,784

    VS 2012 Re: Search trough folders for strings in files

    Hello Bulldog,
    First of all many thanks for your help, it works fine except for the first part:


    Dim txtNumber_QC As String
    '*** Sorry I dont understand this line ***
    ...
  10. Replies
    12
    Views
    1,784

    VS 2012 Re: Search trough folders for strings in files

    Good evening Bulldog,

    I am wondering if you could help me:

    I am trying to implement your second seguestion for "recursively search" in a directory with sub folders
    But i am not able to finish...
  11. Replies
    12
    Views
    1,784

    VS 2012 Re: Search trough folders for strings in files

    Thanks a lot for solving my "code" issue.
    I will try as well the solution to recursively search in sub folders...

    Again Many thanks !!!
  12. Replies
    12
    Views
    1,784

    VS 2012 Search trough folders for strings in files

    Hello,
    I wondering if anybody could help me finishing this code..

    I want to search for a string in different files (*.txt) with different subfolders and if the string is found it needs to write...
Results 1 to 12 of 12



Click Here to Expand Forum to Full Width