Click here to Skip to main content
15,905,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: printing question Pin
ns6-Jan-04 2:07
ns6-Jan-04 2:07 
GeneralSearching for a good screen saver tutorial Pin
Cactus Joe015-Jan-04 4:48
sussCactus Joe015-Jan-04 4:48 
GeneralRe: Searching for a good screen saver tutorial Pin
Prakash Nadar5-Jan-04 5:00
Prakash Nadar5-Jan-04 5:00 
GeneralRe: Searching for a good screen saver tutorial Pin
Cactus Joe015-Jan-04 8:28
sussCactus Joe015-Jan-04 8:28 
GeneralHello!Dialog! Pin
skylonely5-Jan-04 2:51
skylonely5-Jan-04 2:51 
GeneralRe: Hello!Dialog! Pin
Iain Clarke, Warrior Programmer5-Jan-04 6:06
Iain Clarke, Warrior Programmer5-Jan-04 6:06 
GeneralRe: Hello!Dialog! Pin
Prakash Nadar5-Jan-04 16:13
Prakash Nadar5-Jan-04 16:13 
GeneralCreating Evaluation copy Pin
Abhi Lahare5-Jan-04 2:00
Abhi Lahare5-Jan-04 2:00 
GeneralRe: Creating Evaluation copy Pin
jhwurmbach5-Jan-04 2:12
jhwurmbach5-Jan-04 2:12 
GeneralRe: Creating Evaluation copy Pin
David Crow5-Jan-04 7:36
David Crow5-Jan-04 7:36 
GeneralRe: Creating Evaluation copy Pin
Abhi Lahare5-Jan-04 17:17
Abhi Lahare5-Jan-04 17:17 
GeneralRe: Creating Evaluation copy Pin
jhwurmbach5-Jan-04 22:13
jhwurmbach5-Jan-04 22:13 
GeneralWhy a pointer has no relavence outside the process Pin
Omar Alvi5-Jan-04 1:43
Omar Alvi5-Jan-04 1:43 
GeneralRe: Why a pointer has no relavence outside the process Pin
Duncan Edwards Jones5-Jan-04 1:55
professionalDuncan Edwards Jones5-Jan-04 1:55 
GeneralRe: Why a pointer has no relavence outside the process Pin
Iain Clarke, Warrior Programmer5-Jan-04 6:23
Iain Clarke, Warrior Programmer5-Jan-04 6:23 
GeneralRe: Why a pointer has no relavence outside the process Pin
David Crow5-Jan-04 7:39
David Crow5-Jan-04 7:39 
GeneralRe: Why a pointer has no relavence outside the process Pin
Iain Clarke, Warrior Programmer5-Jan-04 22:27
Iain Clarke, Warrior Programmer5-Jan-04 22:27 
GeneralShell extension and iwebbrowser2 Pin
Felix Gartsman5-Jan-04 1:43
Felix Gartsman5-Jan-04 1:43 
GeneralRe: Shell extension and iwebbrowser2 Pin
Iain Clarke, Warrior Programmer5-Jan-04 6:35
Iain Clarke, Warrior Programmer5-Jan-04 6:35 
I've had a quick look see, and about the only information you get from the caller is the HMENU.

As this doesn't help you too much, you may be able to go from the mouse position. That would
certainly tell you the window of the explorer area. You may be able to go from there.

But in short, you're not *meant* to know / care. The information you need is passed through
the IShellExtInit::Initialize interface. That gives you the PIDL of the folder, and an
IDataObject (whatever that is!). I can't think why you'd need more.

If you expand of what you want from the caller, I may be able to help.

Iain.

GeneralRe: Shell extension and iwebbrowser2 Pin
Felix Gartsman5-Jan-04 7:26
Felix Gartsman5-Jan-04 7:26 
GeneralDlls Regarding Pin
Shenthil5-Jan-04 1:18
Shenthil5-Jan-04 1:18 
GeneralRe: Dlls Regarding Pin
valikac5-Jan-04 4:45
valikac5-Jan-04 4:45 
GeneralRe: Dlls Regarding Pin
Jörgen Sigvardsson5-Jan-04 9:55
Jörgen Sigvardsson5-Jan-04 9:55 
GeneralStupid Question Pin
TolTol5-Jan-04 1:10
TolTol5-Jan-04 1:10 
GeneralRe: Stupid Question Pin
Shenthil5-Jan-04 1:20
Shenthil5-Jan-04 1:20 

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.