Search found 17 matches

by aka
04 Oct 2009, 20:00
Forum: ExplorerTreeView 1.x
Topic: Filter Results
Replies: 23
Views: 23626

Re: Filter Results

Hello TiKu, this was a great step forward. There are no more hook-ups in "Function Find_Next_Match_In_Sub_Tree"! But now the code skips filter results, which are located on the same level as the first founded result of the corresponding level. Hoping you are willing to continue working on ...
by aka
28 Sep 2009, 21:37
Forum: ExplorerTreeView 1.x
Topic: Filter Results
Replies: 23
Views: 23626

Re: Filter Results

Good luck for tomorrow and thanks a lot for your fast reply and the announced help!

aka
by aka
28 Sep 2009, 20:15
Forum: ExplorerTreeView 1.x
Topic: Filter Results
Replies: 23
Views: 23626

Re: Filter Results

Hi TiKu, I am still "fighting" with the filter result problem - without any success. PLEASE: Can you help me along with this? Or tell me what I have to do, to get your help? I myself will not be able to find a solution and without the possibility to navigate within the filter results, my a...
by aka
20 Sep 2009, 00:40
Forum: ExplorerTreeView 1.x
Topic: Filter Results
Replies: 23
Views: 23626

Re: Filter Results

Hi TiKu, thanks for your unexpected but very appreciated reply. I know that the fix is awful -thanks for the compliment ::))- but even more worse is the following: In the meantime I found out, that the function "FindNextMatchInSubTree" hooks up in an endless loop in arbitrary folders. For ...
by aka
19 Sep 2009, 20:51
Forum: ExplorerTreeView 1.x
Topic: Filter Results
Replies: 23
Views: 23626

Re: Filter Results

Hi TiKu, due to time problems, I could not work on the "Next_Filter_Result" topic for some days. Today I discovered, that the search stops, if it reaches the "RECYCLER" of a logical drive. I fixed this bug by inserting the red code lines into the Function "FindNextMatchInSub...
by aka
08 Sep 2009, 16:15
Forum: ExplorerTreeView 1.x
Topic: Filter Results
Replies: 23
Views: 23626

Re: Filter Results

Hi TiKu: I have a big problem: I don't know how to express my thanks in an appropriate way! Thank you very, very much for your last post. Now the code is perfect and finds all filter results, no matter how deep thy are located in the tree and how "fare away" they are from the last result. ...
by aka
06 Sep 2009, 16:29
Forum: ExplorerTreeView 1.x
Topic: Filter Results
Replies: 23
Views: 23626

Re: Filter Results

Hi TiKu, sorry for my late reply. I did not had the time to test your last post earlier. It is a really big step forward and I owe you at least a TerraByte of thank. Unluckily, the code still is working correct only with limitations. These limitations are related to the up or down changing of the le...
by aka
04 Sep 2009, 21:34
Forum: ExplorerTreeView 1.x
Topic: Filter Results
Replies: 23
Views: 23626

Re: Filter Results

Hi TiKu, you can not imagine how happy and thankful I am about your last post. As I don't like to create files and folders on your PC, I attached an archive "TimoSoft.zip" with some folders, subfolders and txt-files. You can store them were it is suitable for you. The demo project is zippe...
by aka
04 Sep 2009, 00:18
Forum: ExplorerTreeView 1.x
Topic: Filter Results
Replies: 23
Views: 23626

Re: Filter Results

Hi Tiku, I am really thankful for the corrections you posted. Unfortunately they brought only a small improvement: the stack overflow is avoided. All the other issues remain unchanged. Invoking the function "Next_Filter_Result" with a "Do....Until" loop as explained in the last p...
by aka
03 Sep 2009, 16:24
Forum: ExplorerTreeView 1.x
Topic: Filter Results
Replies: 23
Views: 23626

Re: Filter Results

Hi Tiku, thank you very, very much for the posted code. Unfortunately I don't get it working correct. For the first trials I used for reasons of simplicity a single file filter like "*.psd". To the application I am working on I added a command button: Private Sub Command1_Click() Do DoEven...
by aka
02 Sep 2009, 18:19
Forum: ExplorerTreeView 1.x
Topic: Filter Results
Replies: 23
Views: 23626

Re: Filter Results

Hi Tiku, thanks a lot for your reply. I understand your argumentation and have changed the code of the application correspondingly. Unfortunatly I failed completely, when trying to identify the filter results by iterating as supposed by you. The sub... Public Sub Next_Filter_Result(ByVal Parent_Item...
by aka
01 Sep 2009, 17:28
Forum: ExplorerTreeView 1.x
Topic: Filter Results
Replies: 23
Views: 23626

Re: Filter Results

Hi Timo, sorry for my not understandable question. I try it once again using an expample: Setting the folder filter to "P*|Tools*" and the file filter to "*.exe" lets ExplorerTreeView display all folders whose name starts with "P" and their subfolders whose name starts ...
by aka
01 Sep 2009, 00:07
Forum: ExplorerTreeView 1.x
Topic: Filter Results
Replies: 23
Views: 23626

Filter Results

Hi Timo, I am still an enthusiastic user of ExplorerTreeView #1 and would be very thankful, if you could help me along with the following problem: How can I create an array of those items, which correspond to the settings of the file and/or folder filters? After searching in the forums and several s...
by aka
23 Oct 2008, 13:45
Forum: ExplorerTreeView 1.x
Topic: H-Scrollbar
Replies: 2
Views: 6580

Hi TiKu,

thanks a lot for your fast reply. The code you gave me works very well.
Many thanks for this too.

Best regard
aka
by aka
22 Oct 2008, 21:20
Forum: ExplorerTreeView 1.x
Topic: H-Scrollbar
Replies: 2
Views: 6580

H-Scrollbar

Dear Timo, after a long break due to healthy problems, I recently started VB6-programming again. Right now I work on several projects in which the ExplorerTreeView plays a major role. I would like to get rid of the horizontal scrollbar and tried it with following code (VB6/SP6, WinXP/SP1): Private S...