Click here to Skip to main content
15,900,511 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionChange Specific Text Color - RichEdit Control Pin
AmbiguousName22-May-12 2:13
AmbiguousName22-May-12 2:13 
AnswerRe: Change Specific Text Color - RichEdit Control Pin
Richard Andrew x6422-May-12 2:24
professionalRichard Andrew x6422-May-12 2:24 
GeneralRe: Change Specific Text Color - RichEdit Control Pin
AmbiguousName22-May-12 2:44
AmbiguousName22-May-12 2:44 
GeneralRe: Change Specific Text Color - RichEdit Control Pin
Richard Andrew x6422-May-12 2:49
professionalRichard Andrew x6422-May-12 2:49 
QuestionRe: Change Specific Text Color - RichEdit Control Pin
AmbiguousName22-May-12 2:56
AmbiguousName22-May-12 2:56 
AnswerRe: Change Specific Text Color - RichEdit Control Pin
Richard Andrew x6422-May-12 3:05
professionalRichard Andrew x6422-May-12 3:05 
AnswerRe: Change Specific Text Color - RichEdit Control Pin
SaahilPriya22-May-12 19:08
SaahilPriya22-May-12 19:08 
AnswerRe: Change Specific Text Color - RichEdit Control Pin
Richard MacCutchan22-May-12 2:25
mveRichard MacCutchan22-May-12 2:25 
QuestionMFC help: map integration in GUI Pin
jawadali47722-May-12 1:02
jawadali47722-May-12 1:02 
AnswerRe: MFC help: map integration in GUI Pin
Richard MacCutchan22-May-12 1:28
mveRichard MacCutchan22-May-12 1:28 
QuestionBasic Help Pin
Dasttann77721-May-12 18:03
Dasttann77721-May-12 18:03 
QuestionRe: Basic Help Pin
CPallini21-May-12 21:52
mveCPallini21-May-12 21:52 
AnswerRe: Basic Help Pin
Dasttann77721-May-12 21:56
Dasttann77721-May-12 21:56 
GeneralRe: Basic Help Pin
CPallini21-May-12 22:05
mveCPallini21-May-12 22:05 
GeneralRe: Basic Help Pin
Dasttann77721-May-12 22:07
Dasttann77721-May-12 22:07 
GeneralRe: Basic Help Pin
CPallini21-May-12 22:19
mveCPallini21-May-12 22:19 
GeneralRe: Basic Help Pin
Dasttann77721-May-12 22:57
Dasttann77721-May-12 22:57 
QuestionRe: Basic Help Pin
CPallini21-May-12 23:13
mveCPallini21-May-12 23:13 
AnswerRe: Basic Help Pin
Dasttann77721-May-12 23:21
Dasttann77721-May-12 23:21 
GeneralRe: Basic Help Pin
CPallini21-May-12 23:22
mveCPallini21-May-12 23:22 
QuestioncapAVI question for a real capAVI gurus. Pin
Vaclav_21-May-12 11:28
Vaclav_21-May-12 11:28 
One more time – capAVI question for a real capAVI gurus.
I have two, so far – I'll need more, MFC views with capPreview enabled.
Using
lResult = ::SendMessage (hWndC, WM_CAP_SET_PREVIEW,true,0L);
if(!lResult)
{
TRACE("\nFailed ");
}

The views are working – displaying the camera capture – but only when only one of them is activated.
When I try switching between two MFC windows only the one activated first actually displays the preview.
I am using Wnd class to initialize the preview and have no failures doing that for both views.
I do not quite get how the preview is actually putting the data into the capture window, been unable to debug / trace it thru.
Any reasonable help will be as always appreciated.
Thanks Vaclav
AnswerRe: capAVI question for a real capAVI gurus. Pin
Vaclav_21-May-12 15:40
Vaclav_21-May-12 15:40 
GeneralSOLVED capAVI question for a real capAVI gurus. Pin
Vaclav_22-May-12 4:53
Vaclav_22-May-12 4:53 
QuestionCEdit Selection Orientation Pin
baerten21-May-12 4:08
baerten21-May-12 4:08 
AnswerRe: CEdit Selection Orientation Pin
Code-o-mat21-May-12 5:17
Code-o-mat21-May-12 5:17 

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.