Search:

Type: Posts; User: kpierce

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Re: Package and Deployment Wizard - Not using correct 'StartIn'

    I did edit it in the .LST file, that is what I included as an example. I also changed it in the package wizard file.

    But when the SETUP runs it puts \program files\ABC_Corp\MainProgram in the...
  2. Package and Deployment Wizard - Not using correct 'StartIn'

    I am using the VB6 Package & Deployment Wizard to create a SETUP. This setup is suppose to install two different EXEs, in two different directories. It does copy the EXEs into the appropriate...
  3. Need good VB6 programmer to implement a newly requested feature.

    Hello:
    This is for the lock smith industry. This las request/modification seems like it shoul be easy, but I don't have the to commit at the moment,

    If you have 5-10 hours and want to get paid...
  4. Levels within a Treeview and how many Children in lowest level

    Hello,
    I have a treeview control called TREEVIEW1.

    I need to get several statistics out of the control.

    Example
    1
    -1.1
    -1.2
    -1.3
  5. Replies
    0
    Views
    595

    Moving Values in Treeview

    All:
    I have tried and tried and can't seem to figure this out. I thought I would post another note to see if anyone can provide some direction.

    What I have is a treeview, when the user selects...
  6. Re: Read from one tree and overwrite another tree with the values

    Excellent.

    Thanks for the help, this is exactly what I needed.
  7. Re: Read from one tree and overwrite another tree with the values

    Hello ladoo:
    I downloaded your sample project and really appreciate your help.

    However it appears your project reads the trees and basically does a look up for the value.

    So if I enter 'TEST'...
  8. Re: Read from one tree and overwrite another tree with the values

    All:
    Thanks for the help... I am still struggle on how to actually do this line by line.

    For example, the following will read through a Treeview view, but how do I then 'switch' and write what I...
  9. [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...
  10. Replies
    2
    Views
    772

    Re: Sorting a Tab Delimited File

    I worked through an example, in hopes this makes what is needed a little clearer.

    Thanks in advance for any and all support.
    I need a small piece of code that will read an ASCII Delimited file...
  11. Replies
    2
    Views
    772

    Sorting a Tab Delimited 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...
  12. Re: [RESOLVED] Sort nodes in a Treeview or ASCII Tab file?

    Hello:
    I have been hacking at this for the last three days (and having no luck).

    I am thinking about what if we could just sort the tree in the way it should be without worrying about the left...
  13. Need help solving a bug in code - Moving values in a treeview using Vb6

    Hello All:
    I just realized this section of the forum is available.

    I have a problem with some existing source code. I think I can tell you the lines that need to be modified, I just don't...
  14. Re: Help with a Treeview problem (moving items to the end)

    Hello again:
    I have been struggling with this issue for over a month and I think we are close, but wanted to make a plea to people on this
    forum for help.

    I don't know if it is ok to offer...
  15. Re: [RESOLVED] Sort nodes in a Treeview or ASCII Tab file?

    Hello Doogle:
    Thank you for the update.

    I downloaed the code with my heart beating and pulse racing, I selected 'Load', then 'Sort'.

    The 'Sort' does not seem to be doing anything differently....
  16. Re: Help with a Treeview problem (moving items to the end)

    Lenggries:
    Thanks for the input. Can you help me with the actual code? Doogle has gotten me very close. I just need this last part to get it complete.

    thanks in advance
    k
  17. Re: Help with a Treeview problem (moving items to the end)

    thanks for the help. I look forward to hearing from you shortly.

    k
  18. Re: Help with a Treeview problem (moving items to the end)

    Hello Doogle.
    I am starting to get some heat about this issue and I don't know where else to turn for help...

    Can you tell me when you think you might be able to look at this?

    I am starting to...
  19. Re: Help with a Treeview problem (moving items to the end)

    Hello Doogle:
    I know time is tight and I really appreciate your help.
    Do you know when you might have a chance to look at this?

    Thanks
    kp
  20. Help with a Treeview problem (moving items to the end)

    I have gotten some really good help on this issue, from this forum, especially from Doogle..
    Let me start by saying thank you very much.

    To get this setup.
    Create a new Project
    1)Add...
  21. Re: [RESOLVED] Sort nodes in a Treeview or ASCII Tab file?

    Thanks for the input, but this particular problem does not have any thing to do with the built in SORT function.

    Doogle: I am keeping my fingers crossed that you will be able to help me with this...
  22. Re: [RESOLVED] Sort nodes in a Treeview or ASCII Tab file?

    Here is the ASCII file.95575
  23. Re: [RESOLVED] Sort nodes in a Treeview or ASCII Tab file?

    Doogle:
    Thanks for agreeing to take a look at this again.

    I have attached another test file.

    Here is a print screen before the SORT.
    95571

    Here is a print screen after the SORT.
    95573
  24. Re: [RESOLVED] Sort nodes in a Treeview or ASCII Tab file?

    Hello Doogle:
    Yes I thought we were completed, but in all my amazement of your code and the fact that I did not do fully test, has gotten us here.

    Anything tha is moved should be moved to the...
  25. Re: [RESOLVED] Sort nodes in a Treeview or ASCII Tab file?

    It is in the SORT, the Scramble seems to be working fine. Because, remember the numbers remain in the same level on the scramble. On the sort however, the need to be moved to the bottom of the tree,...
  26. Re: [RESOLVED] Sort nodes in a Treeview or ASCII Tab file?

    Doggle:

    I recently found there is a problem with the sorting you graciously helped me with earlier.
    I sure hope you are willing to help me through this hurdle.

    The sorting does not seem to be...
  27. Re: Sort nodes in a Treeview or ASCII Tab file?

    Excellent,
    This appears to be working perfectly.

    How can I help you claim the coconut? Is there a way to 'accept solution' or something?

    thanks
    kendall
  28. Re: Sort nodes in a Treeview or ASCII Tab file?

    Thank you very much.

    I will look forward to the modification.

    Thanks
    Kp
  29. Re: Sort nodes in a Treeview or ASCII Tab file?

    Ok, beggers can't be choosers.

    Please keep me posted... I really appreciate all the help.

    thanks
    kp
  30. Re: Sort nodes in a Treeview or ASCII Tab file?

    Actually I don't think it matters whether it is:


    AA 054765
    AB 074785
    AC 034567
    AD 064765*
    AE 004765*
  31. Re: Sort nodes in a Treeview or ASCII Tab file?

    Yes, I was just uploading a message.

    Here it is, but I think you understand what we are trying to do.

    Everything else is PERFECT!!!

    ============================

    Excellent and Thanks.
  32. Re: Sort nodes in a Treeview or ASCII Tab file?

    Thanks again for the help.

    I will review this, and it is much appreciated.

    This is for a lock smith and has to do with how locks are pinned... Works with Bitting, Pinning, Chambers, etc. The...
  33. Re: Sort nodes in a Treeview or ASCII Tab file?

    @Doogle
    First, it is like Xmas in the mornings to open up what you send... Thank you so much!! You have really helped pull me out of a jam.

    This is working perfectly, with one exception that I...
  34. Re: Sort nodes in a Treeview or ASCII Tab file?

    @doggle.
    This is awesome, thanks.

    Three quick questions, if you don't mind.

    1. How can I call this from a command button instead of node_click? node_click seems to automatically pass a...
  35. Re: Sort nodes in a Treeview or ASCII Tab file?

    thank you very much!!!

    @Max187Boucher - if you have any suggestions, please let me know.

    Thanks to both for a lot of appreciated help.

    kp
  36. Re: Sort nodes in a Treeview or ASCII Tab file?

    Hello,
    This looks like what I need, right now it appears it only sorts the first/next level...

    So with the following it shuffles AAA through AAD which is correct and exactly what I need.
    ...
  37. Re: Sort nodes in a Treeview or ASCII Tab file?

    Hmmm...
    Interesting and thank you. I guess I will have to play with it in the morning.

    Just so you know the entire value can be 12 long. So if the first letters are 3 and numbers on the right are...
  38. Re: Sort nodes in a Treeview or ASCII Tab file?

    @doogle and @Max187boucher

    I took the samples and still cannot seem to get anything to shuffle.

    Here is the code, you will need the two treeviews as before TV and TV1 and two command buttons:...
  39. Re: Sort nodes in a Treeview or ASCII Tab file?

    @max187boucher and @doogle

    Please see post #19, at the bottom, underline/bold. I think this is where we are missing each other. You have to shuffle within the 'hive'.

    And yes the tab/indentions...
  40. Re: Sort nodes in a Treeview or ASCII Tab file?

    Why could we do that, take the file ASCII_TREE.TXT and place 01, 02 in front of them.

    The item to remember and I think it might be missed here. is not all 02's would be shuffled together.

    I...
Results 1 to 40 of 71
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width