ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Load image file

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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