I'm trying to make a custom Windows Explorer/File Browser in access. This is mainly because people at my work are old and are morons and they need something within the Access application.
Does anyone know of any API that I could use on a form? Please know that I don't want any popup windows... I know there are api calls to do file browsing that have an "Open File" dialog window. I want to be able to customize it and make everything the same color.
What I started doing is making my own images and using CreateControl() in combination with the FileSystemObject to create images and labels...this is good, however I can only create the form in design view. This means that if I have to do it this way, I'll have to prequery and each subfolder before the form is loaded (not what I have in mind), then design the form via code, then close it and reopen it.
If anyone has any suggestions.. let me know,
Modest
PS:
I might post what I have so far when I get to work next week.
Does anyone know of any API that I could use on a form? Please know that I don't want any popup windows... I know there are api calls to do file browsing that have an "Open File" dialog window. I want to be able to customize it and make everything the same color.
What I started doing is making my own images and using CreateControl() in combination with the FileSystemObject to create images and labels...this is good, however I can only create the form in design view. This means that if I have to do it this way, I'll have to prequery and each subfolder before the form is loaded (not what I have in mind), then design the form via code, then close it and reopen it.
If anyone has any suggestions.. let me know,
Modest
PS:
I might post what I have so far when I get to work next week.