Click here to Skip to main content
15,901,426 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: popup menu on Windows explorer Pin
Debs8-Nov-04 21:28
Debs8-Nov-04 21:28 
GeneralRe: popup menu on Windows explorer Pin
includeh108-Nov-04 22:24
includeh108-Nov-04 22:24 
GeneralRe: popup menu on Windows explorer Pin
Debs9-Nov-04 3:01
Debs9-Nov-04 3:01 
GeneralRe: popup menu on Windows explorer Pin
Andrew Peace9-Nov-04 0:44
Andrew Peace9-Nov-04 0:44 
GeneralRe: popup menu on Windows explorer Pin
includeh109-Nov-04 2:02
includeh109-Nov-04 2:02 
GeneralRe: popup menu on Windows explorer Pin
David Crow9-Nov-04 2:54
David Crow9-Nov-04 2:54 
GeneralRe: popup menu on Windows explorer Pin
includeh109-Nov-04 3:35
includeh109-Nov-04 3:35 
GeneralRe: popup menu on Windows explorer Pin
David Crow9-Nov-04 4:57
David Crow9-Nov-04 4:57 
There is no single way to do this. If you are wanting to add to a context menu that already exists (e.g., the one that pops up when you right-click a .dll or .cda file), you have one set of steps. For example, if you wanted to add to the context menu of a .dll file, you could save the following to a .reg file and merge it into the registry:

Windows Registry Editor Version 5.00
 
[HKEY_CLASSES_ROOT\dllfile\shell\Calc]
 
[HKEY_CLASSES_ROOT\dllfile\shell\Calc\command]
@="c:\\winnt\\system32\\calc.exe"
If you are wanting to create a new context menu for an extension not yet registered (e.g., .mytype), you have a different set of steps.




"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


GeneralRe: popup menu on Windows explorer Pin
includeh109-Nov-04 5:58
includeh109-Nov-04 5:58 
GeneralRe: popup menu on Windows explorer Pin
David Crow9-Nov-04 6:02
David Crow9-Nov-04 6:02 
GeneralRe: popup menu on Windows explorer Pin
includeh109-Nov-04 7:50
includeh109-Nov-04 7:50 
GeneralRe: popup menu on Windows explorer Pin
David Crow9-Nov-04 8:29
David Crow9-Nov-04 8:29 
GeneralRe: popup menu on Windows explorer Pin
includeh1010-Nov-04 1:04
includeh1010-Nov-04 1:04 
GeneralRe: popup menu on Windows explorer Pin
David Crow10-Nov-04 3:10
David Crow10-Nov-04 3:10 
GeneralRe: popup menu on Windows explorer Pin
includeh1010-Nov-04 22:32
includeh1010-Nov-04 22:32 
GeneralMSAgent in Visual C++ .NET Pin
arcticKat8-Nov-04 12:53
arcticKat8-Nov-04 12:53 
GeneralRe: MSAgent in Visual C++ .NET Pin
ThatsAlok9-Nov-04 19:02
ThatsAlok9-Nov-04 19:02 
Generalcomparing images Pin
faroqtam8-Nov-04 11:23
faroqtam8-Nov-04 11:23 
GeneralRe: comparing images Pin
Christian Graus8-Nov-04 11:49
protectorChristian Graus8-Nov-04 11:49 
GeneralRe: comparing images Pin
faroqtam9-Nov-04 11:11
faroqtam9-Nov-04 11:11 
Generalproblem while opening files from multiple directories Pin
V.G8-Nov-04 10:26
V.G8-Nov-04 10:26 
GeneralRe: problem while opening files from multiple directories Pin
David Crow8-Nov-04 10:44
David Crow8-Nov-04 10:44 
GeneralInheritance Pin
act_x8-Nov-04 6:07
act_x8-Nov-04 6:07 
GeneralRe: Inheritance Pin
Michael Dunn8-Nov-04 6:49
sitebuilderMichael Dunn8-Nov-04 6:49 
GeneralSetting command arguments under Visual Studio .NET. Pin
blackmesa8-Nov-04 4:57
blackmesa8-Nov-04 4:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.