Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by rsmock21

  1. rsmock21

    Edit TIFF metadata in VFP9?

    I am trying to modify the metadata in a TIFF file using VFP9, specifically the XResolution and YResolution tags, and either update the file or save to a new file. So far I haven't had any success. I tried using the gpImage class from _GDIPLUS.vcx, and I can view the VerticalResolution and...
  2. rsmock21

    Can Default Save File folder be set programmatically in IE?

    Is there a way to set the default folder in the Save To dialog box that pops up in IE when downloading a file? Based on my experience, it appears IE opens to the folder where the previous file was saved. I am working in an app written in Visual Foxpro and would like to set this folder so the...
  3. rsmock21

    Set IE Browse/Save File Folder in VFP?

    Thanks, Jimoo. I actually used that function to call the web browser from my app, which works great. But I still can't seem to explicitly set the directory that IE pulls up by default in the dialog window when a user clicks a link to download a file, or a button to select a file. Borrowing...
  4. rsmock21

    Set IE Browse/Save File Folder in VFP?

    I am trying to find a way to set the default folder IE opens to when a user selects a file on a webpage for download (and also upload, as is the case here). By default, it seems IE opens to the last folder used when saving or selecting a file. Is there a way to set this so that the next time...
  5. rsmock21

    Those animated forms

    Mike, I tried your suggestion: both an empty directory of the same name from both systems' root directory, and I also tried using an empty subdirectory (off of the project directory on my system, and off the application directory on the remote side), but still no luck. Curious, what is the...
  6. rsmock21

    Those animated forms

    Thanks, Mike. The file is indeed set to include, and I know the new compiled exe is larger in size than before (to accommodate the file). I'm running VFP6 if that helps. Rob
  7. rsmock21

    Those animated forms

    I am working on a similar problem, and while the above code and solution work fine for me, I want to know if there is a way to incorporate the *.avi file into the .exe file. I attempted to add the file to the project (under Other Files in the Project Manager), and I believe the file is added...

Part and Inventory Search

Back
Top