I created a program using VB6 which has many dependency JPG files. All files are installed in the same subfolder folder of Program Files folder using Package and Deployment Wizard. in VB6.
Everything works fine on WinXp Administrator account however I get an error when that account is a Limited Account:
75 -Sub select(Question Range- :Path/File access error.
All the files are automatically installed in a subfolder of the Program Files Folder.
How can I get the program to run on a Limited Account? Can I add something in the program code?
I used the following code:
ImgOutput.Pictu re = LoadPicture(App .Path & "\" & (Val(Data1) & ".jpg"))
I appreciate any feedback.
Thanks
Klaas
Everything works fine on WinXp Administrator account however I get an error when that account is a Limited Account:
75 -Sub select(Question Range- :Path/File access error.
All the files are automatically installed in a subfolder of the Program Files Folder.
How can I get the program to run on a Limited Account? Can I add something in the program code?
I used the following code:
ImgOutput.Pictu re = LoadPicture(App .Path & "\" & (Val(Data1) & ".jpg"))
I appreciate any feedback.
Thanks
Klaas
Comment