Click here to Skip to main content
15,884,836 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Any Difference between vc++ and MFC? Pin
Prakash Nadar3-Jan-06 19:15
Prakash Nadar3-Jan-06 19:15 
GeneralRe: Any Difference between vc++ and MFC? Pin
lastgen4-Jan-06 17:44
lastgen4-Jan-06 17:44 
GeneralRe: Any Difference between vc++ and MFC? Pin
Prakash Nadar4-Jan-06 20:52
Prakash Nadar4-Jan-06 20:52 
QuestionClear difference btwn Copy constructor and Asignment operator? Pin
HaKing3-Jan-06 19:09
HaKing3-Jan-06 19:09 
AnswerRe: Clear difference btwn Copy constructor and Asignment operator? Pin
Prakash Nadar3-Jan-06 19:20
Prakash Nadar3-Jan-06 19:20 
AnswerRe: Clear difference btwn Copy constructor and Asignment operator? Pin
Axter3-Jan-06 19:40
professionalAxter3-Jan-06 19:40 
QuestionQuestion: About VC->Project->Dependencies Pin
xpxl13-Jan-06 19:00
xpxl13-Jan-06 19:00 
Questionabout skin, caption button Pin
HOW WHAT3-Jan-06 18:10
HOW WHAT3-Jan-06 18:10 
spy++ info:
<00201> 002C0724 S WM_NCHITTEST xPos:178 yPos:102
<00202> 002C0724 R WM_NCHITTEST nHittest:HTSYSMENU [lResult:00000003]
<00203> 002C0724 S WM_SETCURSOR hwnd:002C0724 nHittest:HTSYSMENU wMouseMsg:WM_LBUTTONDOWN
<00204> 002C0724 R WM_SETCURSOR fHaltProcessing:False [lResult:00000000]
<00205> 002C0724 P WM_NCLBUTTONDOWN nHittest:HTSYSMENU xPos:178 yPos:102
<00208> 002C0724 S WM_SYSCOMMAND uCmdType:SC_MOUSEMENU xPos:178 yPos:102
<00209> 002C0724 S .WM_ENTERMENULOOP fIsTrackPopupMenu:False
<00210> 002C0724 R .WM_ENTERMENULOOP lResult:00000000
<00211> 002C0724 S .WM_SETCURSOR hwnd:002C0724 nHittest:HTCAPTION wMouseMsg:0000
<00212> 002C0724 R .WM_SETCURSOR fHaltProcessing:False [lResult:00000000]
<00213> 002C0724 S .WM_INITMENU hmenuInit:002A0749
<00214> 002C0724 R .WM_INITMENU lResult:00000000
<00215> 002C0724 S .WM_CAPTURECHANGED hwndNewCapture:00000000
<00216> 002C0724 R .WM_CAPTURECHANGED lResult:00000000
<00217> 002C0724 S .WM_MENUSELECT uItemBlush | :O fuFlags:FFFF hmenu:00000000
<00218> 002C0724 R .WM_MENUSELECT lResult:00000000
<00219> 002C0724 S .WM_EXITMENULOOP fIsTrackPopupMenu:False
<00220> 002C0724 R .WM_EXITMENULOOP lResult:00000000
<00221> 002C0724 S .WM_NCHITTEST xPos:178 yPos:102
<00222> 002C0724 R .WM_NCHITTEST nHittest:HTSYSMENU [lResult:00000003]
<00223> 002C0724 R WM_SYSCOMMAND lResult:00000000

------------------------------------
case HTSYSMENU:
SendMessage(WM_SYSCOMMAND, SC_MOUSEMENU + HTSYSMENU, lParam);

Mouse left down the window icon last right area not system menu popup, but mouse left down in window icon (HTSYSMENU) other area is OK ? what happen?

now i know the key in <215><216>, but my project not used SetCapture and ReleaseCapture, where and why send the message to window?

how to fix it?
Questionhow to display bitmap image Pin
zadlos3-Jan-06 18:02
zadlos3-Jan-06 18:02 
AnswerRe: how to display bitmap image Pin
Owner drawn3-Jan-06 18:10
Owner drawn3-Jan-06 18:10 
GeneralRe: how to display bitmap image Pin
zadlos3-Jan-06 23:24
zadlos3-Jan-06 23:24 
QuestionHTML and C++ Pin
Deys3-Jan-06 17:32
Deys3-Jan-06 17:32 
AnswerRe: HTML and C++ Pin
S Douglas3-Jan-06 19:01
professionalS Douglas3-Jan-06 19:01 
QuestionSpanning monitors with PIX from XDK Pin
lastgen3-Jan-06 15:26
lastgen3-Jan-06 15:26 
AnswerRe: Spanning monitors with PIX from XDK Pin
lastgen4-Jan-06 17:20
lastgen4-Jan-06 17:20 
QuestionTab Background Color Pin
TKnapp3-Jan-06 12:26
TKnapp3-Jan-06 12:26 
QuestionButton fore color? Pin
G Haranadh3-Jan-06 9:00
G Haranadh3-Jan-06 9:00 
QuestionRe: Button fore color? Pin
David Crow3-Jan-06 9:24
David Crow3-Jan-06 9:24 
Questionreading/writing to a textfile Pin
RabiaAslam3-Jan-06 8:45
RabiaAslam3-Jan-06 8:45 
QuestionRe: reading/writing to a textfile Pin
David Crow3-Jan-06 9:25
David Crow3-Jan-06 9:25 
AnswerRe: reading/writing to a textfile Pin
Klerik823-Jan-06 13:07
Klerik823-Jan-06 13:07 
AnswerRe: reading/writing to a textfile Pin
ThatsAlok4-Jan-06 0:52
ThatsAlok4-Jan-06 0:52 
QuestionSpell check in an MFC UI Pin
PrashantJ3-Jan-06 8:29
PrashantJ3-Jan-06 8:29 
AnswerRe: Spell check in an MFC UI Pin
Sheng Jiang 蒋晟3-Jan-06 17:28
Sheng Jiang 蒋晟3-Jan-06 17:28 
QuestionClassWizard for Visual Studio 2005 Pin
DanYELL3-Jan-06 4:39
DanYELL3-Jan-06 4:39 

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.