Click here to Skip to main content
15,910,603 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Listing Windows registered users Pin
Richard MacCutchan26-Nov-09 6:48
mveRichard MacCutchan26-Nov-09 6:48 
GeneralRe: Listing Windows registered users Pin
RomTibi26-Nov-09 8:15
RomTibi26-Nov-09 8:15 
GeneralRe: Listing Windows registered users Pin
Richard MacCutchan26-Nov-09 9:57
mveRichard MacCutchan26-Nov-09 9:57 
GeneralRe: Listing Windows registered users Pin
RomTibi26-Nov-09 17:47
RomTibi26-Nov-09 17:47 
Questionquick question on polymorphism [modified] Pin
minkowski26-Nov-09 2:19
minkowski26-Nov-09 2:19 
AnswerRe: quick question on polymorphism Pin
Cedric Moonen26-Nov-09 3:09
Cedric Moonen26-Nov-09 3:09 
AnswerRe: quick question on polymorphism Pin
«_Superman_»26-Nov-09 9:20
professional«_Superman_»26-Nov-09 9:20 
QuestionPlay two audio file in different different Left Right speaker Pin
Shivanand Gupta26-Nov-09 1:46
Shivanand Gupta26-Nov-09 1:46 
AnswerRe: Play two audio file in different different Left Right speaker Pin
KarstenK26-Nov-09 2:09
mveKarstenK26-Nov-09 2:09 
GeneralRe: Play two audio file in different different Left Right speaker Pin
Shivanand Gupta26-Nov-09 6:59
Shivanand Gupta26-Nov-09 6:59 
GeneralRe: Play two audio file in different different Left Right speaker Pin
molesworth26-Nov-09 7:48
molesworth26-Nov-09 7:48 
GeneralRe: Play two audio file in different different Left Right speaker Pin
Shivanand Gupta26-Nov-09 8:01
Shivanand Gupta26-Nov-09 8:01 
AnswerRe: Play two audio file in different different Left Right speaker Pin
molesworth26-Nov-09 7:24
molesworth26-Nov-09 7:24 
QuestionLoading a RTF file as a resource Pin
maycockt26-Nov-09 0:50
maycockt26-Nov-09 0:50 
AnswerRe: Loading a RTF file as a resource Pin
sashoalm26-Nov-09 1:34
sashoalm26-Nov-09 1:34 
GeneralLink for dealing with resources Pin
KarstenK26-Nov-09 2:18
mveKarstenK26-Nov-09 2:18 
AnswerRe: Loading a RTF file as a resource Pin
Code-o-mat26-Nov-09 1:38
Code-o-mat26-Nov-09 1:38 
AnswerRe: Loading a RTF file as a resource Pin
maycockt27-Nov-09 1:17
maycockt27-Nov-09 1:17 
Questionone question, who can help me? Pin
nenfa25-Nov-09 23:51
nenfa25-Nov-09 23:51 
AnswerRe: one question, who can help me? Pin
Covean26-Nov-09 0:11
Covean26-Nov-09 0:11 
GeneralRe: one question, who can help me? Pin
nenfa26-Nov-09 0:23
nenfa26-Nov-09 0:23 
GeneralRe: one question, who can help me? Pin
Covean26-Nov-09 1:14
Covean26-Nov-09 1:14 
Do I understand you right? Somehow you got the hWnd of an external app, after that you created an
edit control from your app and attached it to the parent hWnd from the external app?

If so, then this might be the problem (from MSDN):
The WM_CTLCOLOREDIT message is never sent between threads, it is only sent within the same thread.


This is just an assumption and maybe someone else could approve or disprove this.

Greetings
Covean

GeneralRe: one question, who can help me? Pin
nenfa26-Nov-09 1:35
nenfa26-Nov-09 1:35 
GeneralRe: one question, who can help me? Pin
Covean26-Nov-09 1:52
Covean26-Nov-09 1:52 
GeneralRe: one question, who can help me? Pin
nenfa26-Nov-09 2:14
nenfa26-Nov-09 2:14 

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.