How create recursive procedures in V.B. 4.0 
Author Message
 How create recursive procedures in V.B. 4.0

Can anybody help me?
I want to create a kind of browser in VB, with a recursive procedure.
It must read the directories( also the sub's), i'm using the dirlistbox,  
filelistbox and drivebox.
It doesn't goes further then the first dir , form the prompt, and then it just
quits.
Please a example(if you have one)



Mon, 25 Jan 1999 03:00:00 GMT  
 How create recursive procedures in V.B. 4.0


Quote:
>It must read the directories( also the sub's), i'm using the dirlistbox,  
>filelistbox and drivebox.
>It doesn't goes further then the first dir , form the prompt, and then it just
>quits.

If you want to show the files in the file list control, and you want to
show the directories in the directory list control, you should see the
Winseek sample application (\VB\SAMPLES\FILECTLS\WINSEEK.MAK).

If you only want to get the names of all files on a drive, get
ftp://ftp.sn.no/user/balchen/vb/source/xcopy.zip and findfile.zip for
samples on recursive Dirs.

--
VB Info: http://www.sn.no/~balchen/vb/visual.htm
FAQ: http://www.sn.no/~balchen/vb/faq.htm
Knowledge Base: http://www.sn.no/~balchen/vb/kb.htm



Mon, 25 Jan 1999 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Creating a recursive procedure in VB

2. Creating a recursive procedure in VB ?

3. how to create recursive procedures

4. creating recursive procedures

5. how to create recursive procedures

6. recursive procedure

7. Recursive Procedures - URGENT!!

8. Recursive procedure calls

9. recursive structures NOT recursive

10. VB 4.0 - Stored Procedure help wanted

11. VB 4.0 /Oracle stored procedures

12. Using Stored procedures in VB 4.0

 

 
Powered by phpBB® Forum Software