Click here to Skip to main content
15,911,139 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to use OnNotify() function? Pin
Mark Salsbery18-Apr-07 8:20
Mark Salsbery18-Apr-07 8:20 
GeneralRe: How to use OnNotify() function? Pin
bosfan18-Apr-07 21:09
bosfan18-Apr-07 21:09 
GeneralRe: How to use OnNotify() function? Pin
Mark Salsbery19-Apr-07 7:55
Mark Salsbery19-Apr-07 7:55 
GeneralRe: How to use OnNotify() function? Pin
bosfan19-Apr-07 21:17
bosfan19-Apr-07 21:17 
GeneralRe: How to use OnNotify() function? Pin
Mark Salsbery20-Apr-07 7:03
Mark Salsbery20-Apr-07 7:03 
GeneralRe: How to use OnNotify() function? Pin
bosfan19-Apr-07 22:43
bosfan19-Apr-07 22:43 
GeneralRe: How to use OnNotify() function? Pin
Mark Salsbery20-Apr-07 7:04
Mark Salsbery20-Apr-07 7:04 
QuestionHow to change the size and position of the controls after the dailog is resized? [modified] Pin
kingliub18-Apr-07 3:53
kingliub18-Apr-07 3:53 
In my OnSize:
m_List.SetWindowPos(NULL,
m_rcOldList.left*(cx-m_rcOldWnd.left)/(m_rcOldWnd.right-m_rcOldWnd.left),
m_rcOldList.top*(cy-m_rcOldWnd.top)/(m_rcOldWnd.bottom-m_rcOldWnd.top),
m_rcOldList.left+(m_rcOldList.right-m_rcOldList.left)*(cx-m_rcOldWnd.left)/ (m_rcOldWnd.right-m_rcOldWnd.left),
m_rcOldList.top+(m_rcOldList.bottom-m_rcOldList.top)*(cy-m_rcOldWnd.top)/(m_rcOldWnd.bottom-m_rcOldWnd.top),
SWP_NOZORDER);
But the ListBox changes not very correctly,how should i convert the coordinates to make the change more precise? Thank you!


-- modified at 9:58 Wednesday 18th April, 2007
QuestionRe: How to change the size and position of the controls after the dailog is resized? Pin
David Crow18-Apr-07 4:51
David Crow18-Apr-07 4:51 
AnswerRe: How to change the size and position of the controls after the dailog is resized? Pin
Moak18-Apr-07 12:34
Moak18-Apr-07 12:34 
GeneralRe: How to change the size and position of the controls after the dailog is resized? Pin
kingliub18-Apr-07 17:29
kingliub18-Apr-07 17:29 
GeneralRe: How to change the size and position of the controls after the dailog is resized? Pin
Moak18-Apr-07 22:49
Moak18-Apr-07 22:49 
GeneralRe: How to change the size and position of the controls after the dailog is resized? Pin
kingliub19-Apr-07 22:49
kingliub19-Apr-07 22:49 
GeneralRe: How to change the size and position of the controls after the dailog is resized? Pin
Moak1-May-07 4:18
Moak1-May-07 4:18 
QuestionDoubt regarding OpenSSL headers Pin
Pruthvidhar18-Apr-07 3:26
Pruthvidhar18-Apr-07 3:26 
AnswerRe: Doubt regarding OpenSSL headers Pin
Mark Salsbery18-Apr-07 5:58
Mark Salsbery18-Apr-07 5:58 
QuestionApp disappearing from Task Panel Pin
CosminU18-Apr-07 3:22
CosminU18-Apr-07 3:22 
AnswerRe: App disappearing from Task Panel Pin
Blake Miller18-Apr-07 8:14
Blake Miller18-Apr-07 8:14 
QuestionRe: App disappearing from Task Panel Pin
sthotakura18-Apr-07 8:19
sthotakura18-Apr-07 8:19 
AnswerRe: App disappearing from Task Panel Pin
CosminU18-Apr-07 21:40
CosminU18-Apr-07 21:40 
Questionhelp with arrays Pin
klutez12318-Apr-07 3:17
klutez12318-Apr-07 3:17 
AnswerRe: help with arrays Pin
CPallini18-Apr-07 3:23
mveCPallini18-Apr-07 3:23 
AnswerRe: help with arrays Pin
David Crow18-Apr-07 3:28
David Crow18-Apr-07 3:28 
AnswerRe: help with arrays Pin
John R. Shaw18-Apr-07 4:13
John R. Shaw18-Apr-07 4:13 
AnswerRe: help with arrays Pin
malaugh18-Apr-07 9:06
malaugh18-Apr-07 9:06 

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.