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

C / C++ / MFC

 
QuestionDigitizing w/ DirectShow in Visual C++ Pin
BlackWilson22-Mar-07 10:50
BlackWilson22-Mar-07 10:50 
AnswerRe: Digitizing w/ DirectShow in Visual C++ Pin
Mark Salsbery22-Mar-07 11:23
Mark Salsbery22-Mar-07 11:23 
AnswerRe: font problem with CreateWindow Pin
Michael Dunn22-Mar-07 10:33
sitebuilderMichael Dunn22-Mar-07 10:33 
GeneralRe: font problem with CreateWindow [modified] Pin
shaderx22-Mar-07 10:41
shaderx22-Mar-07 10:41 
GeneralRe: font problem with CreateWindow Pin
John R. Shaw22-Mar-07 21:53
John R. Shaw22-Mar-07 21:53 
GeneralRe: font problem with CreateWindow Pin
Michael Dunn27-Mar-07 20:49
sitebuilderMichael Dunn27-Mar-07 20:49 
QuestionMenus overlapping each other Pin
Alex Cutovoi22-Mar-07 10:09
Alex Cutovoi22-Mar-07 10:09 
AnswerRe: Menus overlapping each other Pin
Michael Dunn22-Mar-07 10:27
sitebuilderMichael Dunn22-Mar-07 10:27 
The first problem I see is that you're calling
HMENU hMainMenu = CreateMenu();
for every window message, I don't think that is what you're after. You can get your window's menu with GetMenu().


--Mike--
Visual C++ MVP Cool | :cool:
LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

Ford, what's this fish doing in my ear?

Questiondynamic linking with DirectX Pin
shaderx22-Mar-07 8:43
shaderx22-Mar-07 8:43 
AnswerRe: dynamic linking with DirectX Pin
Cedric Moonen22-Mar-07 9:25
Cedric Moonen22-Mar-07 9:25 
AnswerRe: dynamic linking with DirectX Pin
led mike22-Mar-07 9:31
led mike22-Mar-07 9:31 
AnswerRe: dynamic linking with DirectX Pin
Michael Dunn22-Mar-07 10:31
sitebuilderMichael Dunn22-Mar-07 10:31 
AnswerRe: dynamic linking with DirectX Pin
shaderx22-Mar-07 10:39
shaderx22-Mar-07 10:39 
GeneralRe: dynamic linking with DirectX Pin
Mark Salsbery22-Mar-07 11:25
Mark Salsbery22-Mar-07 11:25 
QuestionPassing Variables to Thread Process [modified] Pin
darkcloud.42o22-Mar-07 8:28
darkcloud.42o22-Mar-07 8:28 
AnswerRe: Passing Variables to Thread Process Pin
Mark Salsbery22-Mar-07 9:15
Mark Salsbery22-Mar-07 9:15 
GeneralRe: Passing Variables to Thread Process Pin
darkcloud.42o22-Mar-07 10:05
darkcloud.42o22-Mar-07 10:05 
GeneralRe: Passing Variables to Thread Process Pin
Mark Salsbery22-Mar-07 10:11
Mark Salsbery22-Mar-07 10:11 
AnswerRe: Passing Variables to Thread Process Pin
led mike22-Mar-07 9:16
led mike22-Mar-07 9:16 
AnswerRe: Passing Variables to Thread Process Pin
David Crow22-Mar-07 9:34
David Crow22-Mar-07 9:34 
GeneralRe: Passing Variables to Thread Process Pin
led mike22-Mar-07 9:40
led mike22-Mar-07 9:40 
GeneralRe: Passing Variables to Thread Process Pin
darkcloud.42o22-Mar-07 10:25
darkcloud.42o22-Mar-07 10:25 
QuestionRe: Passing Variables to Thread Process Pin
David Crow22-Mar-07 10:33
David Crow22-Mar-07 10:33 
AnswerRe: Passing Variables to Thread Process [modified] Pin
darkcloud.42o22-Mar-07 10:39
darkcloud.42o22-Mar-07 10:39 
AnswerRe: Passing Variables to Thread Process Pin
Stephen Hewitt22-Mar-07 12:53
Stephen Hewitt22-Mar-07 12:53 

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.