CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: kpierce

Search: Search took 0.02 seconds.

  1. Re: Read from one tree and overwrite another tree with the values

    exactly what I needed. Thanks...
  2. [RESOLVED] Read from one tree and overwrite another tree with the values

    I have two treeviews(TV1 and TV2) and need to sequential read each node label until I encounter a space in the label name. Then I need to write that value directly to the second tree in the same...
  3. Replies
    2
    Views
    1,712

    Re: Moving/Swapping values in a TREEVIEW

    jggtz,
    Thanks for the response.

    I have been having PC problems and just now getting back online.

    Here is the code.

    I have also included a zip file with the project and images of what the...
  4. Replies
    3
    Views
    1,612

    Re: Sorting an ASCII File

    Hello:
    I have worked through an example, hoping this makes what is needed a little clearer.

    Thank you in advance for any and all support.

    Thanks.
    I need a small piece of code that will read...
  5. Replies
    3
    Views
    1,612

    Sorting an ASCII File

    Hello:
    Many may have seen the struggle I am having with sorting a TREEVIEW. After many, many hours I am trying to think of another way of accomplishing this.

    I thought perhaps I could write the...
  6. Replies
    2
    Views
    1,712

    Moving/Swapping values in a TREEVIEW

    I appologize if this is a duplicate, but I could not find my first post.
    =====================
    Hello All:
    I just realized this section of the forum is available.

    I have a problem with some...
  7. Replies
    6
    Views
    1,052

    Re: Remove Blanks from a Grid(DataWidget)

    Yes, I guess I got what I asked for.

    Thanks for the quick response.

    This is a Sheridan DataWidget gird.

    I will not be adding rows or columns, just when a value is 'blanked' out everything in...
  8. Replies
    6
    Views
    1,052

    Re: Remove Blanks from a Grid(DataWidget)

    thanks for the quick response and advice.

    This is done in 'real time' so as you change a value that particular column is updated. It does not happen all at once. So is it still best to re-do the...
  9. Replies
    6
    Views
    1,052

    Remove Blanks from a Grid(DataWidget)

    Hello, I have a grid in which I need to be able to manipulate. If there are any blanks, then these need to be moved to the bottom and all the numbers below it should be moved up.

    I am using VB6
    ...
  10. Replies
    7
    Views
    1,235

    Re: WRITE to a file in a specific location - ONE LAST WRINKLE

    Everyone has been a great help here, and thank you very much.

    Based on the help, I now have this working. However, there is a new wrinkle that I need help working through.

    There is a 'header'...
  11. Change Data Structure Length during VB6 runtime?

    Hello:
    I need to create a data structure and the file has a single field per record, and it will be fixed length for each record.

    For example FILE1.TXT
    1234
    3456
    6789

    FILE2.TXT
    65432
  12. Replies
    7
    Views
    1,235

    Re: WRITE to a file in a specific location

    Thanks to everyone for the help.

    I will always know the length of a record, it will be fixed based on the file created and each record/row/field will be 4-9 characters in lengh.

    I am not a wiz...
  13. Replies
    7
    Views
    1,235

    WRITE to a file in a specific location

    Hello:

    I have some code that reads to a certain record in a text file, then extracts that record. That all works fine.

    Now I need to OVERWRITE that same record once it is used.

    How do I open...
  14. Replies
    1
    Views
    693

    Read/Write/Increment to the Registry

    I am running a VB6 application and need to add the ability to write a value to a registry, increment that value, then read.

    I have don't this before, but I am very rusty.

    I am need to write a...
Results 1 to 14 of 15





Click Here to Expand Forum to Full Width

Featured