News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

QueryContextMenu

Started by orbb, August 12, 2008, 02:19:08 PM

Previous topic - Next topic

orbb

Hi i have a working for dll or exe to ContextMenuHandlers of windows explorer .
if you have a example of this , please upload it.
thank you.

donkey

Here's mine



[attachment deleted by admin]
"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable

orbb

thank you Donkey , but example is so hard.
i am try to write small pure and simple code .

donkey

Hi orbb,

The context menu interface is a COM only application without any parallel flat APIs, there are no shortcuts you can take to make it much simpler. There are some things in programming that are complicated but on a scale of 1 to 10 for complexity I only give this one a 3, there are times you have to bite the bullet and just do it.
"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable

orbb