wodShellMenu (General questions)

by tilly dean, (6271 days ago)

Hallow,

Can the wodshellmenu.dll shell extension be coded so once is been registered it will work more like other shell extensions where it dos not need anothe exe running for the context menu to be displayed.

like adding mItem.SubItems.Add in to the dll.

locked

Re: wodShellMenu

by Jasmine, (6271 days ago) @ tilly dean

Tilly,

hi. Unfortunatelly it cannot. It is made as DLL which has to be used within your application.

Kreso

locked

Re: wodShellMenu

by tilly, (6271 days ago) @ Jasmine

Hi.
Um i mean,
If i buy the source code can in the the Startup Object with in the Sub Main() of the dll, can Set ContextMenu = New wodShellMenu and other methods be called so it is always loaded into memory.

locked

Re: wodShellMenu

by wodsupport @, (6271 days ago) @ tilly

Tilly,

hi. You can purchase and change source code so it suits your needs. You could change it and embedd code inside that does what you need it to do, so no 3rd party EXEs are required.

Note that source is written in C++ using VC6.

Regards,
Kreso

locked