Click here to Skip to main content
15,917,176 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDirectShow + COM + IGraphBuilder = Confused! Pin
Jon Hulatt30-Aug-04 22:13
Jon Hulatt30-Aug-04 22:13 
GeneralRe: DirectShow + COM + IGraphBuilder = Confused! Pin
Andrew Walker31-Aug-04 0:03
Andrew Walker31-Aug-04 0:03 
GeneralRe: DirectShow + COM + IGraphBuilder = Confused! Pin
Jon Hulatt31-Aug-04 0:09
Jon Hulatt31-Aug-04 0:09 
GeneralRe: DirectShow + COM + IGraphBuilder = Confused! Pin
Andrew Walker31-Aug-04 0:34
Andrew Walker31-Aug-04 0:34 
GeneralPrint to file Pin
r i s h a b h s30-Aug-04 22:08
r i s h a b h s30-Aug-04 22:08 
GeneralLinking files from subprojects Pin
jrichardson8530-Aug-04 22:07
jrichardson8530-Aug-04 22:07 
QuestionHow to find the exe name? Pin
baskarchinnu30-Aug-04 21:34
baskarchinnu30-Aug-04 21:34 
AnswerRe: How to find the exe name? Pin
4apai30-Aug-04 23:02
4apai30-Aug-04 23:02 
HWND hwndShell = FindWindow(TEXT("Shell_TrayWnd"), TEXT(""));
HWND hwndReBar = FindWindowEx(hwndShell, NULL, TEXT("ReBarWindow32"), TEXT(""));
HWND hwndMsTask = FindWindowEx(hwndReBar, NULL, TEXT("MSTaskSwWClass"), TEXT("Running Applications"));
HWND hwndToolBar = FindWindowEx(hwndMsTask, NULL, TEXT("ToolbarWindow32"), TEXT("Running Applications"));


here u've a sample to retrieve window handle of the toolbar where your group belong to.
this group is only a button.
so now u should use toolbar functions to retrieve specified info. i think in case u've to get selected item. or handle oncontextmenu.


4apai
There're no impossible tasks. There're tasks that required infinite period of execution time.
AnswerRe: How to find the exe name? Pin
Archer28231-Aug-04 17:09
Archer28231-Aug-04 17:09 
GeneralAnother Release Bugs... Pin
DjChris1430-Aug-04 21:03
DjChris1430-Aug-04 21:03 
GeneralRe: Another Release Bugs... Pin
Graham Bradshaw30-Aug-04 23:26
Graham Bradshaw30-Aug-04 23:26 
GeneralRe: Another Release Bugs... Pin
DjChris1431-Aug-04 19:30
DjChris1431-Aug-04 19:30 
Generalprogramming source code in creating specific packet over ethernet Pin
jychin30-Aug-04 20:54
jychin30-Aug-04 20:54 
GeneralRe: programming source code in creating specific packet over ethernet Pin
Henry miller31-Aug-04 4:15
Henry miller31-Aug-04 4:15 
GeneralRe: programming source code in creating specific packet over ethernet Pin
jychin31-Aug-04 19:16
jychin31-Aug-04 19:16 
GeneralRe: programming source code in creating specific packet over ethernet Pin
Anonymous5-Oct-04 14:30
Anonymous5-Oct-04 14:30 
GeneralRe: programming source code in creating specific packet over ethernet Pin
jychin6-Oct-04 16:55
jychin6-Oct-04 16:55 
QuestionHow to get the Size of Requests with ISAPI Pin
raed30-Aug-04 20:50
raed30-Aug-04 20:50 
AnswerRe: How to get the Size of Requests with ISAPI Pin
xiaolonghong12317-Jan-09 20:54
xiaolonghong12317-Jan-09 20:54 
GeneralCString in Vc++ 7.1 linking problems Pin
Zaber30-Aug-04 20:46
Zaber30-Aug-04 20:46 
GeneralVC6 Help Pin
swarup30-Aug-04 20:31
swarup30-Aug-04 20:31 
GeneralMultiple Modal dialogs Pin
el_scrub30-Aug-04 20:01
el_scrub30-Aug-04 20:01 
GeneralRe: Multiple Modal dialogs Pin
David Crow31-Aug-04 3:46
David Crow31-Aug-04 3:46 
GeneralRe: Multiple Modal dialogs Pin
el_scrub31-Aug-04 14:24
el_scrub31-Aug-04 14:24 
GeneralRe: Multiple Modal dialogs Pin
David Crow1-Sep-04 4:10
David Crow1-Sep-04 4:10 

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.