Click here to Skip to main content
15,891,717 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to make a static box movable in MFC.? Pin
mbatra317-Sep-12 1:47
mbatra317-Sep-12 1:47 
GeneralRe: how to make a static box movable in MFC.? Pin
mbatra317-Sep-12 1:48
mbatra317-Sep-12 1:48 
GeneralRe: how to make a static box movable in MFC.? Pin
Chris Losinger7-Sep-12 1:54
professionalChris Losinger7-Sep-12 1:54 
GeneralRe: how to make a static box movable in MFC.? Pin
mbatra317-Sep-12 2:03
mbatra317-Sep-12 2:03 
GeneralRe: how to make a static box movable in MFC.? Pin
mbatra317-Sep-12 2:07
mbatra317-Sep-12 2:07 
GeneralRe: how to make a static box movable in MFC.? Pin
Chris Losinger7-Sep-12 2:18
professionalChris Losinger7-Sep-12 2:18 
GeneralRe: how to make a static box movable in MFC.? Pin
mbatra317-Sep-12 2:23
mbatra317-Sep-12 2:23 
GeneralRe: how to make a static box movable in MFC.? Pin
Chris Losinger7-Sep-12 2:31
professionalChris Losinger7-Sep-12 2:31 
in your OnLButtonDown, you can check to see if the click happens inside the static control. get the window rect, then see if 'point' is inside the rect.

also, you might want to make a class that's derived from CStatic, and put the button/mouse code in there. so, the control will be responsible for moving itself, and not the dialog.

GeneralRe: how to make a static box movable in MFC.? Pin
mbatra317-Sep-12 2:37
mbatra317-Sep-12 2:37 
GeneralRe: how to make a static box movable in MFC.? Pin
Chris Losinger7-Sep-12 3:10
professionalChris Losinger7-Sep-12 3:10 
GeneralRe: how to make a static box movable in MFC.? Pin
mbatra3110-Sep-12 23:14
mbatra3110-Sep-12 23:14 
GeneralRe: how to make a static box movable in MFC.? Pin
Chris Losinger11-Sep-12 0:57
professionalChris Losinger11-Sep-12 0:57 
GeneralRe: how to make a static box movable in MFC.? Pin
mbatra3111-Sep-12 1:35
mbatra3111-Sep-12 1:35 
QuestionWhy not display the image in the PICTUREBOX Pin
yu-jian5-Sep-12 21:05
yu-jian5-Sep-12 21:05 
AnswerRe: Why not display the image in the PICTUREBOX Pin
Richard MacCutchan5-Sep-12 23:17
mveRichard MacCutchan5-Sep-12 23:17 
GeneralRe: Why not display the image in the PICTUREBOX Pin
yu-jian6-Sep-12 5:18
yu-jian6-Sep-12 5:18 
GeneralRe: Why not display the image in the PICTUREBOX Pin
Richard MacCutchan6-Sep-12 5:59
mveRichard MacCutchan6-Sep-12 5:59 
GeneralRe: Why not display the image in the PICTUREBOX Pin
yu-jian6-Sep-12 15:18
yu-jian6-Sep-12 15:18 
AnswerRe: Why not display the image in the PICTUREBOX Pin
Alan Balkany6-Sep-12 5:04
Alan Balkany6-Sep-12 5:04 
GeneralRe: Why not display the image in the PICTUREBOX Pin
yu-jian6-Sep-12 5:22
yu-jian6-Sep-12 5:22 
QuestionDisable smooth scrolling for CRichEditCtrl Pin
Gernot Frisch4-Sep-12 22:41
Gernot Frisch4-Sep-12 22:41 
QuestionRe: Disable smooth scrolling for CRichEditCtrl Pin
Richard MacCutchan4-Sep-12 23:53
mveRichard MacCutchan4-Sep-12 23:53 
AnswerRe: Disable smooth scrolling for CRichEditCtrl Pin
Gernot Frisch5-Sep-12 0:25
Gernot Frisch5-Sep-12 0:25 
GeneralRe: Disable smooth scrolling for CRichEditCtrl Pin
Richard MacCutchan5-Sep-12 2:29
mveRichard MacCutchan5-Sep-12 2:29 
Questionhow to identify the drive type? Pin
VCProgrammer4-Sep-12 19:21
VCProgrammer4-Sep-12 19:21 

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.