I'm building an image viewer with Delphi. How do I double-click an image file on the desktop to load it into imageenview but load it directly? Do you have a demo that I can see?
The code needed here is not in ImageEn, but in associating your application as the default handler for that file type in Windows. That way, when you double-click a file type (e.g. a .jpeg file) in Explorer, Windows will launch your program to display it.