February 27th, 2013 02:16 PM
exactly what I needed. Thanks...
February 26th, 2013 02:32 AM
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...
February 25th, 2013 11:25 AM
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...
February 13th, 2013 06:18 PM
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...
February 11th, 2013 08:50 PM
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...
February 7th, 2013 07:16 PM
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...
March 11th, 2012 03:56 PM
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...
March 10th, 2012 08:02 PM
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...
March 10th, 2012 07:59 AM
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
...
December 25th, 2011 02:24 PM
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'...
December 23rd, 2011 12:30 AM
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
December 22nd, 2011 11:12 PM
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...
December 20th, 2011 10:00 PM
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...