I'm quite new to VB, so I hope these questions are easy to find an answer to:
1. The 'SHBrowseForFolderA' function from lib 'shell32' works fine in MS Access but not at all in VB, why?
2. How to return the date from a calender control on a separate form (or any other variable). At the moment I'm using a global variable to pass information between forms, is this a good solution? (I've been trying to understand linking wihout success...)
3. How to automatically select the text when entering a textbox? Currently I use code for every textbox (selstart=0, sellength=len(text)). Is there any easier way to do this for all textboxes on a form?
Thanks a lot for any answers,
Mats
1. The 'SHBrowseForFolderA' function from lib 'shell32' works fine in MS Access but not at all in VB, why?
2. How to return the date from a calender control on a separate form (or any other variable). At the moment I'm using a global variable to pass information between forms, is this a good solution? (I've been trying to understand linking wihout success...)
3. How to automatically select the text when entering a textbox? Currently I use code for every textbox (selstart=0, sellength=len(text)). Is there any easier way to do this for all textboxes on a form?
Thanks a lot for any answers,
Mats