Nov 24, 2005 #1 amwprogg Programmer Joined Jul 8, 2005 Messages 52 Location GB Hi all. If you install and run an exe application in VFP9, is there any way to stop the FOXUSER files from appearing on the desktop? Andy.
Hi all. If you install and run an exe application in VFP9, is there any way to stop the FOXUSER files from appearing on the desktop? Andy.
Nov 24, 2005 #2 Mike Gagnon Programmer Joined Apr 6, 2002 Messages 8,067 Location CA In your main program, put Code: set resource to c:\myapp\foxuser Mike Gagnon If you want to get the best response to a question, please check out FAQ184-2483 first. ReFox XI (www.mcrgsoftware.com) Upvote 0 Downvote
In your main program, put Code: set resource to c:\myapp\foxuser Mike Gagnon If you want to get the best response to a question, please check out FAQ184-2483 first. ReFox XI (www.mcrgsoftware.com)
Nov 24, 2005 #3 TheRambler Programmer Joined Jan 23, 2003 Messages 523 Location BO Hi, Also, see thread184-689339. Ramani said: 1. Make sure the desktop icons property has the working directory specified as the applications directory. 2. Make sure the applications directory is not in the desktop folder. Click to expand... Upvote 0 Downvote
Hi, Also, see thread184-689339. Ramani said: 1. Make sure the desktop icons property has the working directory specified as the applications directory. 2. Make sure the applications directory is not in the desktop folder. Click to expand...
Nov 24, 2005 Thread starter #4 amwprogg Programmer Joined Jul 8, 2005 Messages 52 Location GB Thanks for your help. Andy. Upvote 0 Downvote