Modifying file associations in explorer.exe

Questions about Wine on Linux
Locked
User avatar
alrito
Level 2
Level 2
Posts: 19
Joined: Tue May 17, 2022 12:57 pm

Modifying file associations in explorer.exe

Post by alrito »

Hello,

When I go to explorer.exe and right-click on a text file, a menu opens with open, select, etc. and property.
I do property and then I click on the button next to "Open with" and then I get a message: "Not Implemented yet".


Is there a dll to implement or something else to do?


P.S : I'm curious :D
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Modifying file associations in explorer.exe

Post by jkfloris »

There hasn't been anyone who has had time to add the "file associations" code to Wine.

You are welcome to add the missing code 8)
https://source.winehq.org/git/wine.git/ ... enu.c#l485
User avatar
alrito
Level 2
Level 2
Posts: 19
Joined: Tue May 17, 2022 12:57 pm

Re: Modifying file associations in explorer.exe

Post by alrito »

Hello jkfloris,

Thanks for replying, plus I was looking for the code endroid, but the thing is I don't know how to code well.

So I'll leave that part to the expert
Locked