|
-
May 19th, 2007, 09:47 PM
#1
Thread Starter
New Member
Path/File Access Error to Dependency files on a Limited account
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. (path/File Access Error with the named jpg file).
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 to get pictures to load:
ImgOutput.Picture = LoadPicture(App.Path & "\" & (Val(Data1) & ".jpg"))
I appreciate any feedback.
Thanks
Klaas
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|