First off, I am NOT a programmer. I am an IT guy who got roped into (what appeared to be) a simple project at work. Here is the situation:
1) I have a form containing a webbrowser control. It isn't the wizard-created browser, just a form with a browser control on it.
2) The webbrowser defaults to page1.htm when the form loads, which displays basic text and images stored locally, not on the Internet.
3) The image files are copyrighted by us so we do not want the images used by the recipient of this program.
4) Is it possible to change the image file extensions to something like ".HID" and then alter the browser control so that it considers .HID files as just another image file format (like .JPG, .GIF, .PNG)?
1) I have a form containing a webbrowser control. It isn't the wizard-created browser, just a form with a browser control on it.
2) The webbrowser defaults to page1.htm when the form loads, which displays basic text and images stored locally, not on the Internet.
3) The image files are copyrighted by us so we do not want the images used by the recipient of this program.
4) Is it possible to change the image file extensions to something like ".HID" and then alter the browser control so that it considers .HID files as just another image file format (like .JPG, .GIF, .PNG)?