Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
If you are running FoxPro for DOS on a 32-bit Windows based system you could trigger Windows to show the image, then hit alt-tab to switch back to the DOS screen or the command window.hi, does foxpro for dos have a image viewer or there a way to trigger a image to pop up which will be saved in a windows folder
can you explain what will be the coding like in foxpro that it somewhat works like a hyperlink that should trigger the appropriate image file.If you are running FoxPro for DOS on a 32-bit Windows based system you could trigger Windows to show the image, then hit alt-tab to switch back to the DOS screen or the command window.
To trigger the default viewer for the image in Windows just use RUN START imageFileName and it will likely launch the browser or Paint program.
If the filename is a variable, use RUN START &VariablewithFilename
RUN START imageFileName
RUN START "C:\my images\image.jpg"