Click here to Skip to main content
15,922,007 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C code for a GUI Pin
guillaume.dauphin10-May-05 5:16
guillaume.dauphin10-May-05 5:16 
GeneralRe: C code for a GUI Pin
David Crow10-May-05 5:20
David Crow10-May-05 5:20 
GeneralRe: C code for a GUI Pin
guillaume.dauphin10-May-05 5:37
guillaume.dauphin10-May-05 5:37 
GeneralRe: C code for a GUI Pin
David Crow10-May-05 5:41
David Crow10-May-05 5:41 
GeneralRe: C code for a GUI Pin
guillaume.dauphin10-May-05 6:06
guillaume.dauphin10-May-05 6:06 
GeneralRe: C code for a GUI Pin
David Crow10-May-05 6:32
David Crow10-May-05 6:32 
Generalhelp me Pin
wwhh3939-May-05 23:13
wwhh3939-May-05 23:13 
GeneralRe: help me Pin
khan++10-May-05 2:12
khan++10-May-05 2:12 
You can try for folder not opening, use IShellExecuteHook interface.
Implement a class derived from IShellExecuteHook.
Then in your COM component, derive your class from this (your IShellExecuteHook-derived) class.
The Execute(LPSHELLEXECUTEINFO lpsei) method will inform you that the user has tried to open the folder by double-clicking.
But it will not handle the Explore command.
For that you can develop a BHO by implementing IObjectWithSiteImpl and in its Invoke method, catch DISPID_NAVIGATECOMPLETE2 event.
As for the Command prompt,
May someone else or GOD help you. Big Grin | :-D


this is this.
GeneralRe: help me Pin
wwhh39310-May-05 14:28
wwhh39310-May-05 14:28 
GeneralBitmap inserted to dialog Pin
Aqueel9-May-05 22:20
Aqueel9-May-05 22:20 
GeneralRe: Bitmap inserted to dialog Pin
hoangtubuon9-May-05 23:19
hoangtubuon9-May-05 23:19 
GeneralRe: Bitmap inserted to dialog Pin
David Crow10-May-05 2:23
David Crow10-May-05 2:23 
GeneralRe: Bitmap inserted to dialog Pin
Aqueel10-May-05 18:06
Aqueel10-May-05 18:06 
GeneralRe: Bitmap inserted to dialog Pin
narendra_ b10-May-05 4:03
narendra_ b10-May-05 4:03 
GeneralRe: Bitmap inserted to dialog Pin
Aqueel10-May-05 19:50
Aqueel10-May-05 19:50 
GeneralRe: Bitmap inserted to dialog Pin
David Crow11-May-05 2:27
David Crow11-May-05 2:27 
GeneralC++ with ms.access database Pin
_indra_m9-May-05 21:22
_indra_m9-May-05 21:22 
GeneralRe: C++ with ms.access database Pin
Aqueel9-May-05 22:10
Aqueel9-May-05 22:10 
GeneralRe: C++ with ms.access database Pin
Yulianto.9-May-05 22:58
Yulianto.9-May-05 22:58 
GeneralRe: C++ with ms.access database Pin
narendra_ b10-May-05 4:08
narendra_ b10-May-05 4:08 
GeneralDetecting file association changes and getting new icon Pin
Defenestration9-May-05 20:18
Defenestration9-May-05 20:18 
QuestionHow to chage attributes for a directory? Pin
hfrmobile9-May-05 19:50
hfrmobile9-May-05 19:50 
AnswerRe: How to chage attributes for a directory? Pin
David Crow10-May-05 2:19
David Crow10-May-05 2:19 
GeneralRe: How to chage attributes for a directory? Pin
hfrmobile10-May-05 3:22
hfrmobile10-May-05 3:22 
GeneralRe: How to chage attributes for a directory? Pin
David Crow10-May-05 4:46
David Crow10-May-05 4:46 

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.