Select to view content in your preferred language

Browse for files using Windows 7

645
0
10-05-2010 02:14 PM
JimMeuse
Deactivated User
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
Tags (3)
0 Kudos
0 Replies