Following links in the the file selector

Started by saga, 14 Apr '22 - 16:52

saga

It appears that the file picker dialog in mo3.exe has the OFN_NODEREFERENCELINKS flag set, which doesn't make a whole lot of sense: When click on a link, it tries to open that .lnk file as a module. That's particularly annoying if that link points to a folder that you wanted to enter. I'd suggest to remove that flag.

Ian @ un4seen

Yeah, I'm not sure why that flag was included there. Here's an update to remove it:

   www.un4seen.com/stuff/mo3.exe

saga