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
 Associating my app to new image file extension?

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
PeterPanino Posted - Jun 27 2020 : 18:19:13
Does the ImageEn library have a simplified method to register/associating my app for a new image type file extension in the system (e.g. .MyExt)? So that when I double-click a file MyFile.MyExt in Windows File Explorer my app is automatically started and the file MyFile.MyExt loaded in my app by CommandLine.

Everytime my app starts it should check whether it is registered for .MyExt files. If it is not registered then it should re-register.

The .MyExt file extension should be a PSEUDO image format, meaning that in reality, the file could be a .png or .jpg or .gif file etc. but it will always be loaded in ImageEnView in my app.

Also, the .MyExt files must appear as Image THUMBNAILS in File Explorer's Thumbnail View.

How can I do that?
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jun 28 2020 : 03:01:43
Hi Peter

ImageEn does not have a function for this, but it is widely described on the internet.

Registering your own file extension with Windows (to open your application when it is double-clicked) is quite simple.

The process of making Windows Explorer show a special thumbnail for your file type is more extensive, but IIRC is quite achievable.

Nigel
Xequte Software
www.imageen.com