The MASM Forum

General => The Workshop => Topic started by: sinsi on August 19, 2024, 12:53:33 PM

Title: Desktop Icons
Post by: sinsi on August 19, 2024, 12:53:33 PM
Test for interacting with the desktop shell interfaces.
No code (the MASM64 SDK gave up after 100 errors) but there is a .pdb for the adventurous.

The program creates a borderless window with a listview the same size as the desktop and does nothing else (yet).
Extracting icons was a bit of a pain, I would be interested if you find icons are wrong/missing.
There should be a context menu as well.

It's just (at the moment) testing my version of a 64-bit INVOKE and PROLOGUE/EPILOGUE.
Hopefully it will finish up as a desktop icon save/restore state, maybe an icon positioner (shoutout to jimg).
Title: Re: Desktop Icons
Post by: Vortex on August 20, 2024, 05:18:28 AM
Hi Sinsi,

Nice idea. Something similar :

https://www.softwareok.com/?seite=Freeware/DesktopOK (https://www.softwareok.com/?seite=Freeware/DesktopOK)
Title: Re: Desktop Icons
Post by: NoCforMe on August 20, 2024, 12:13:29 PM
I downloaded it and it ran OK. One thing I don't understand is how you managed to get an executable at all if you said the assembler stopped after more than 100 errors.

Anyhow, looks to be useful. Is the idea to extract icons and save & restore the desktop? Not sure how useful repositioning icons would be, as you can do that directly on the desktop anyway.
Title: Re: Desktop Icons
Post by: sinsi on August 20, 2024, 07:46:11 PM
Quote from: NoCforMe on August 20, 2024, 12:13:29 PMI downloaded it and it ran OK. One thing I don't understand is how you managed to get an executable at all if you said the assembler stopped after more than 100 errors.

Anyhow, looks to be useful. Is the idea to extract icons and save & restore the desktop? Not sure how useful repositioning icons would be, as you can do that directly on the desktop anyway.
I use my own windows.inc and build with VS, but qeditor builds it OK too (using the libraries from the latest Windows Kit).
The 100+ errors were from using the MASM64 SDK include files.