Click here to Skip to main content
15,921,841 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Can I raise Exception in one thread and handle it in another? Pin
David Crow16-Jan-07 7:33
David Crow16-Jan-07 7:33 
AnswerRe: Can I raise Exception in one thread and handle it in another? Pin
Michael Dunn16-Jan-07 8:28
sitebuilderMichael Dunn16-Jan-07 8:28 
QuestionIOCP+weird latency problem Pin
Polity4h16-Jan-07 6:32
Polity4h16-Jan-07 6:32 
AnswerRe: IOCP+weird latency problem [modified] Pin
Mark Salsbery16-Jan-07 7:13
Mark Salsbery16-Jan-07 7:13 
QuestionCode Snippets availability for C++ in VS2005. Pin
oleg6316-Jan-07 5:45
professionaloleg6316-Jan-07 5:45 
AnswerRe: Code Snippets availability for C++ in VS2005. Pin
Christian Graus16-Jan-07 8:38
protectorChristian Graus16-Jan-07 8:38 
GeneralRe: Code Snippets availability for C++ in VS2005. Pin
James R. Twine16-Jan-07 9:05
James R. Twine16-Jan-07 9:05 
GeneralRe: Code Snippets availability for C++ in VS2005. Pin
S Douglas16-Jan-07 23:01
professionalS Douglas16-Jan-07 23:01 
AnswerRe: Code Snippets availability for C++ in VS2005. Pin
S Douglas16-Jan-07 23:00
professionalS Douglas16-Jan-07 23:00 
QuestionVideo Overlay in MFC Pin
BoroDave16-Jan-07 4:30
BoroDave16-Jan-07 4:30 
AnswerRe: Video Overlay in MFC Pin
Mark Salsbery16-Jan-07 7:28
Mark Salsbery16-Jan-07 7:28 
QuestionSelect static control when overlapped Pin
Vishvanathan16-Jan-07 3:18
Vishvanathan16-Jan-07 3:18 
Hi Friends,

In my application, I created no of static label at run time and it derived from CStatic class. That static window placed by SetWindowPos function.
example:

m_Label.SetWindowPos( pWnd->wndTOp, CRect ( 10,10,50,50),SWP_SHOWWINDOW);

The first parameter used to set the window zorder . Am I correct?

At run time, How can the user select pariticular control when they are overlapped?
Like,In MS word document, The user can draw no of rectangle box and overlapped between them. The user can able to select the top most window or the tracker enable window.

In my application, I am using CRectTracker class. It used to track the static label.How can i select tracker enabled label or top of the label when they are overlapped?

Thanks and Regards,

<b></b>

Vichu
AnswerRe: Select static control when overlapped Pin
Rage16-Jan-07 5:44
professionalRage16-Jan-07 5:44 
GeneralRe: Select static control when overlapped Pin
James R. Twine16-Jan-07 7:01
James R. Twine16-Jan-07 7:01 
AnswerRe: Select static control when overlapped Pin
James R. Twine16-Jan-07 7:01
James R. Twine16-Jan-07 7:01 
QuestionNeed some help with visual c++ and sql2000 ado connection Pin
XTr1NiTy16-Jan-07 2:39
XTr1NiTy16-Jan-07 2:39 
AnswerRe: Need some help with visual c++ and sql2000 ado connection Pin
David Crow16-Jan-07 2:48
David Crow16-Jan-07 2:48 
AnswerRe: Need some help with visual c++ and sql2000 ado connection Pin
KarstenK16-Jan-07 2:55
mveKarstenK16-Jan-07 2:55 
GeneralRe: Need some help with visual c++ and sql2000 ado connection Pin
XTr1NiTy16-Jan-07 3:04
XTr1NiTy16-Jan-07 3:04 
GeneralRe: Need some help with visual c++ and sql2000 ado connection Pin
prasad_som16-Jan-07 3:07
prasad_som16-Jan-07 3:07 
GeneralRe: Need some help with visual c++ and sql2000 ado connection Pin
XTr1NiTy16-Jan-07 3:12
XTr1NiTy16-Jan-07 3:12 
GeneralRe: Need some help with visual c++ and sql2000 ado connection Pin
KarstenK16-Jan-07 3:47
mveKarstenK16-Jan-07 3:47 
GeneralRe: Need some help with visual c++ and sql2000 ado connection Pin
David Crow16-Jan-07 6:37
David Crow16-Jan-07 6:37 
QuestionRe: Need some help with visual c++ and sql2000 ado connection Pin
XTr1NiTy16-Jan-07 3:33
XTr1NiTy16-Jan-07 3:33 
QuestionLinker errors in vc++ Pin
siddharthsan16-Jan-07 1:25
siddharthsan16-Jan-07 1:25 

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.