Search results

  1. M

    How do I open a Treeview node to a specific folder/subfolder?

    How do I expand a Treeview node to a specific folder/subfolder? Hi everyone, I have a tree-view object that is filled with a specific folder list, when a command button is pressed I would like too expand to a specific node based on a variable/foldername. Does anyone know how to achieve this...
  2. M

    how do I use Treeview Click event to show pictures in folders

    Hi eveyone, I have been looking into populating a tree-view with folders and files, and have found some great examples for doing this, How ever...I cannot seem to work out how to show files/pictures in a form based on the click event of the tree-view. I have managed to do an onclick event for...
  3. M

    Open a file in msofiledialog and show as selected?

    Hi again, I have another issue that I cannot seem to find the answer to, maybe it's because I do not know how to phrase it correctly :banghead:. I will try and explain it here.. What I want to do is... open a file dialog from VBA "This of cause is no problem" the file dialog is opened from a...
  4. M

    How too copy and resize muliple pictures in VBA?

    Hi Everyone, In this thread I am searching of ways to copy files from a camera, to a new location using the dialog window and then resizing them before they reach there new destination. The selecting and copying them works fine, but I cannot find a way of resizing them in... or after the...
  5. M

    How to check if field value exists using openrecordset?

    Hi everyone, I am new to access programmers and to vba. I am storing values of pictures and the location of them in a table, this works fine!... using OpenRecordset. The problem is that when the function is called to store the information, it just keeps adding the same values of each file in...
Back
Top Bottom