I've gone through the laborious task of creating a varety of controls and code to emulate the windows style file dialog you get when opening a file. It works by using a list box for the directories and a list box for files.. Its not the most elegant way of doing things, but like I said: it works.
The next challenge is to painfully delete this form. The challenge after that is to find a way of utilising the Windows dialog box, within my database in place of the form I've created. There are two reasons for needing to do this. a) the client and b) personal achievement
I believe this can be done by utilising the actual windows dialog box or downloading a TreeView Plug in. I have done some research into this and found some code written by Ken Gatz ( which calls the Windows api - I'm overwhelmed by the code which is outside of my knowledge to debug (as errors are produced using Acc 2K).
If anyone can suggest some resources, websites or just give some helpful suggestions for this I would be grateful.
TIA
The next challenge is to painfully delete this form. The challenge after that is to find a way of utilising the Windows dialog box, within my database in place of the form I've created. There are two reasons for needing to do this. a) the client and b) personal achievement
I believe this can be done by utilising the actual windows dialog box or downloading a TreeView Plug in. I have done some research into this and found some code written by Ken Gatz ( which calls the Windows api - I'm overwhelmed by the code which is outside of my knowledge to debug (as errors are produced using Acc 2K).
If anyone can suggest some resources, websites or just give some helpful suggestions for this I would be grateful.
TIA