Click here to Skip to main content
15,913,286 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ComboBox not Opening Pin
Bram van Kampen12-Oct-08 22:08
Bram van Kampen12-Oct-08 22:08 
AnswerRe: ComboBox not Opening Pin
Roger Allen13-Oct-08 1:41
Roger Allen13-Oct-08 1:41 
QuestionRe: ComboBox not Opening Pin
Mark Salsbery13-Oct-08 7:02
Mark Salsbery13-Oct-08 7:02 
GeneralRe: ComboBox not Opening Pin
Bram van Kampen13-Oct-08 17:24
Bram van Kampen13-Oct-08 17:24 
QuestionResizing [modified] Pin
Sarriss12-Oct-08 4:23
Sarriss12-Oct-08 4:23 
AnswerRe: Resizing Pin
PJ Arends12-Oct-08 5:00
professionalPJ Arends12-Oct-08 5:00 
GeneralRe: Resizing Pin
Sarriss12-Oct-08 5:41
Sarriss12-Oct-08 5:41 
GeneralRe: Resizing Pin
enhzflep12-Oct-08 7:42
enhzflep12-Oct-08 7:42 
OOpsie! Poke tongue | ;-P

Did you realise you're changing the size of the regions every time the major block of code in the WM_MOUSEMOVE message is processed?

What are nWidth & nHeight to begin with?

Since you can't click below or to the right of your window, pntDif.x & pntDif.y are always going to be negative. By adding these to the (unknown) values of nWidth & nHeight, you are rewarded with a window that shrinks.
GeneralRe: Resizing Pin
Sarriss12-Oct-08 8:11
Sarriss12-Oct-08 8:11 
GeneralRe: Resizing Pin
enhzflep12-Oct-08 8:43
enhzflep12-Oct-08 8:43 
GeneralRe: Resizing Pin
Mark Salsbery12-Oct-08 9:02
Mark Salsbery12-Oct-08 9:02 
GeneralRe: Resizing Pin
Mark Salsbery12-Oct-08 9:10
Mark Salsbery12-Oct-08 9:10 
GeneralRe: Resizing Pin
Sarriss12-Oct-08 10:55
Sarriss12-Oct-08 10:55 
GeneralRe: Resizing Pin
Mark Salsbery12-Oct-08 11:18
Mark Salsbery12-Oct-08 11:18 
GeneralRe: Resizing Pin
Sarriss12-Oct-08 12:10
Sarriss12-Oct-08 12:10 
GeneralRe: Resizing Pin
enhzflep12-Oct-08 21:50
enhzflep12-Oct-08 21:50 
GeneralRe: Resizing Pin
Sarriss13-Oct-08 1:12
Sarriss13-Oct-08 1:12 
GeneralRe: Resizing Pin
enhzflep13-Oct-08 2:28
enhzflep13-Oct-08 2:28 
GeneralRe: Resizing Pin
Sarriss13-Oct-08 2:33
Sarriss13-Oct-08 2:33 
GeneralRe: Resizing Pin
enhzflep13-Oct-08 2:44
enhzflep13-Oct-08 2:44 
GeneralRe: Resizing Pin
Sarriss13-Oct-08 2:51
Sarriss13-Oct-08 2:51 
GeneralRe: Resizing Pin
enhzflep13-Oct-08 3:02
enhzflep13-Oct-08 3:02 
GeneralRe: Resizing Pin
Sarriss13-Oct-08 3:10
Sarriss13-Oct-08 3:10 
GeneralRe: Resizing Pin
Mark Salsbery12-Oct-08 7:47
Mark Salsbery12-Oct-08 7:47 
QuestionI have some questions. Pin
FR2ESOD12-Oct-08 1:36
FR2ESOD12-Oct-08 1:36 

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.