T O P I C R E V I E W |
save0804 |
Posted - Jun 26 2017 : 19:37:18 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? |
3 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Jun 27 2017 : 22:45:31 Hi
There a lot of examples of this already on the web. It is quite simple to do.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
save0804 |
Posted - Jun 26 2017 : 21:22:22 Do you have any demonstrations you can see? |
xequte |
Posted - Jun 26 2017 : 20:13:20 Hi
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.
Try the links at:
https://www.google.com/search?q=associate+file+with+application+delphi
Nigel Xequte Software www.xequte.com nigel@xequte.com
|