Click here to Skip to main content
15,890,336 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Gettin output parameters value Pin
Richard MacCutchan4-Nov-13 22:29
mveRichard MacCutchan4-Nov-13 22:29 
GeneralRe: Gettin output parameters value Pin
Richard MacCutchan4-Nov-13 22:31
mveRichard MacCutchan4-Nov-13 22:31 
GeneralRe: Gettin output parameters value Pin
pkfox5-Nov-13 20:00
professionalpkfox5-Nov-13 20:00 
GeneralRe: Gettin output parameters value Pin
Richard MacCutchan5-Nov-13 21:37
mveRichard MacCutchan5-Nov-13 21:37 
GeneralRe: Gettin output parameters value Pin
pkfox6-Nov-13 3:05
professionalpkfox6-Nov-13 3:05 
QuestionCaptur Audio Using WASAPI Pin
AmbiguousName3-Nov-13 2:20
AmbiguousName3-Nov-13 2:20 
AnswerRe: Captur Audio Using WASAPI Pin
Jochen Arndt4-Nov-13 2:45
professionalJochen Arndt4-Nov-13 2:45 
Question[Sovled] Win32 C++ - Child Windows Pin
lrinish2-Nov-13 9:49
lrinish2-Nov-13 9:49 
Working on a Win32 C++ (non-MFC) application and I've run into an issue that I can work around but from reading the MSDN documentation I shouldn't have to do this. I'm under the impression that a child window

for example:

HTML
CreateWindowEx(WS_EX_CHIENTEDGE, 
               TEXT("LISTBOX"),
               TEXT("DEVICES"),
               WS_CHILD | WS_VISIBLE | ...
               10,10
               mainWindowHandle, 
               (HMENU)IDC_DEVICELISTBOX,
               mainWindowInstance, NULL)


should pass all messages to its parent message queue and should be processed in its parent's WndProc callback message? This does not function like this in my application so I have to use "GetWindowLong" and "SetWindowLong" to define a callback message for each control child window.

I've seen a lot of examples but I'm still not clear if my application is working as expected or if I'm just stressing out over nothing. Thanks for any help in advance.

modified 3-Nov-13 14:21pm.

SuggestionRe: Win32 C++ - Child Windows Pin
Richard MacCutchan2-Nov-13 21:27
mveRichard MacCutchan2-Nov-13 21:27 
AnswerRe: Win32 C++ - Child Windows Pin
pasztorpisti3-Nov-13 5:25
pasztorpisti3-Nov-13 5:25 
GeneralRe: Win32 C++ - Child Windows Pin
lrinish3-Nov-13 6:32
lrinish3-Nov-13 6:32 
GeneralRe: Win32 C++ - Child Windows Pin
pasztorpisti3-Nov-13 7:01
pasztorpisti3-Nov-13 7:01 
QuestionArithmetic operation in pointer using C Pin
shanmugarajaa31-Oct-13 20:20
shanmugarajaa31-Oct-13 20:20 
QuestionRe: Arithmetic operation in pointer using C Pin
Richard MacCutchan31-Oct-13 23:47
mveRichard MacCutchan31-Oct-13 23:47 
AnswerRe: Arithmetic operation in pointer using C Pin
Bill_Hallahan1-Nov-13 18:22
Bill_Hallahan1-Nov-13 18:22 
QuestionListView::LVN_EndLabelEdit problem Pin
jackheroes31-Oct-13 8:51
jackheroes31-Oct-13 8:51 
SuggestionRe: ListView::LVN_EndLabelEdit problem Pin
Richard MacCutchan31-Oct-13 15:09
mveRichard MacCutchan31-Oct-13 15:09 
GeneralRe: ListView::LVN_EndLabelEdit problem Pin
jackheroes31-Oct-13 19:52
jackheroes31-Oct-13 19:52 
GeneralRe: ListView::LVN_EndLabelEdit problem Pin
Richard MacCutchan31-Oct-13 23:37
mveRichard MacCutchan31-Oct-13 23:37 
Questiontest Pin
Member 1036994131-Oct-13 5:37
Member 1036994131-Oct-13 5:37 
AnswerRe: test Pin
jeron131-Oct-13 6:01
jeron131-Oct-13 6:01 
Questionreturn value Pin
messages28-Oct-13 4:20
messages28-Oct-13 4:20 
AnswerRe: return value Pin
Joe79428-Oct-13 5:00
Joe79428-Oct-13 5:00 
GeneralRe: return value Pin
messages28-Oct-13 5:33
messages28-Oct-13 5:33 
AnswerRe: return value Pin
Aescleal28-Oct-13 6:11
Aescleal28-Oct-13 6:11 

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.