In previous ArcPad projects, I was able to open a common dialog box to allow the user to browse for files by using the following code:
Set objOpenDialog = CreateObject("UserAccounts.CommonDialog")
This still works on my office PC with Windows XP, but our field computer has Windows 7 and I have been unable to find an equivalent statement which will allow the user to browse for files. I also tried:
objOpenDialog = CreateObject("MSComDlg.CommonDialog")
which worked in neither Windows XP or Windows 7. Does anyone know a solution to this problem?
Thanks
Jim Meuse