Frank1 wrote:
It sounds like you have hard coded the desktop location in the SuRun software where it is usually found.
No. SuRun calls
SHGetFolderPath(0,CSIDL_DESKTOP,0,SHGFP_TYPE_CURRENT,s); to get the location of your Desktop, then it compares this to the currently clicked folder name. If the names are the same, the menu ist displayed.
In your case SuRun indeed should display the Menu.
I've put even more verbosity into SuRun 1.2.0.6 Beta 13 and attached it to that message.
On my work system the debug output looks like that:
F:\SuRun\SuRunExt\SuRunext.cpp(390): CShellExt::Initialize(C:\Dokumente und Einstellungen\Kay\Desktop,,)
F:\SuRun\SuRunExt\SuRunext.cpp(408): Compare Desktop folder (C:\Dokumente und Einstellungen\Kay\Desktop) to clicked folder(C:\Dokumente und Einstellungen\Kay\Desktop) == 1
F:\SuRun\SuRunExt\SuRunext.cpp(445): CShellExt::QueryContextMenu Desktop clicked == 1
F:\SuRun\SuRunExt\SuRunext.cpp(450): CShellExt::QueryContextMenu Inserting CplAsAdmin context Menu!
F:\SuRun\SuRunExt\SuRunext.cpp(495): CShellExt::GetCommandString
Could you post yours here?
Thanks
Kay