Click here to Skip to main content
15,917,608 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: GetOpenFileName() Pin
Graham Bradshaw8-Jun-05 3:17
Graham Bradshaw8-Jun-05 3:17 
GeneralRe: GetOpenFileName() Pin
User 5838528-Jun-05 3:28
User 5838528-Jun-05 3:28 
GeneralRe: GetOpenFileName() Pin
David Crow8-Jun-05 4:54
David Crow8-Jun-05 4:54 
GeneralProblem implementing the priority_queue Pin
r3dqu33n8-Jun-05 1:46
r3dqu33n8-Jun-05 1:46 
GeneralRe: Problem implementing the priority_queue Pin
John M. Drescher8-Jun-05 3:09
John M. Drescher8-Jun-05 3:09 
Generalchange control postion during runtime in win32 Pin
daydremer8-Jun-05 1:24
daydremer8-Jun-05 1:24 
GeneralRe: change control postion during runtime in win32 Pin
toxcct8-Jun-05 1:28
toxcct8-Jun-05 1:28 
GeneralRe: change control postion during runtime in win32 Pin
Anonymous8-Jun-05 1:42
Anonymous8-Jun-05 1:42 
thanks for the suggestion.
i tried it but it seems that the incremented top position was not kept.
during debug the top value would change but if i would be going back to the break point
again the previous top value was retained.

GetWindowRect( GetDlgItem(hwnd,IDD_PIN_BUTTON + (intPinChkCtr)), &rectDialog ); //breakpoint here<br />
sizeDialog.cx = rectDialog.right - rectDialog.left;<br />
sizeDialog.cy = rectDialog.bottom - rectDialog.top;<br />
SendMessage(GetDlgItem(hwnd,IDD_PIN_BUTTON + (intPinChkCtr)), WM_MOVE, 0, MAKELPARAM( (WORD)rectDialog.left, (WORD)(++rectDialog.top)) );


it seems like the control was not keeping the changes from the SendMessage()
GeneralRe: change control postion during runtime in win32 Pin
toxcct8-Jun-05 1:47
toxcct8-Jun-05 1:47 
GeneralRe: change control postion during runtime in win32 Pin
ThatsAlok8-Jun-05 1:35
ThatsAlok8-Jun-05 1:35 
GeneralRe: change control postion during runtime in win32 Pin
toxcct8-Jun-05 1:41
toxcct8-Jun-05 1:41 
GeneralRe: change control postion during runtime in win32 Pin
ThatsAlok8-Jun-05 1:53
ThatsAlok8-Jun-05 1:53 
GeneralRe: change control postion during runtime in win32 Pin
toxcct8-Jun-05 1:57
toxcct8-Jun-05 1:57 
GeneralRe: change control postion during runtime in win32 Pin
ThatsAlok8-Jun-05 2:00
ThatsAlok8-Jun-05 2:00 
GeneralOT Pin
Bob Stanneveld8-Jun-05 2:25
Bob Stanneveld8-Jun-05 2:25 
GeneralRe: OT Pin
ThatsAlok8-Jun-05 2:36
ThatsAlok8-Jun-05 2:36 
GeneralRe: OT Pin
Bob Stanneveld8-Jun-05 2:40
Bob Stanneveld8-Jun-05 2:40 
GeneralRe: OT Pin
toxcct8-Jun-05 5:09
toxcct8-Jun-05 5:09 
GeneralRe: OT Pin
Bob Stanneveld8-Jun-05 5:13
Bob Stanneveld8-Jun-05 5:13 
GeneralRe: change control postion during runtime in win32 Pin
daydremer8-Jun-05 3:13
daydremer8-Jun-05 3:13 
Generalunsigned chars to unsigned short Pin
richiemac8-Jun-05 1:12
richiemac8-Jun-05 1:12 
GeneralRe: unsigned chars to unsigned short Pin
toxcct8-Jun-05 1:17
toxcct8-Jun-05 1:17 
GeneralRe: unsigned chars to unsigned short Pin
richiemac8-Jun-05 2:15
richiemac8-Jun-05 2:15 
GeneralRe: unsigned chars to unsigned short Pin
Bob Stanneveld8-Jun-05 1:24
Bob Stanneveld8-Jun-05 1:24 
GeneralRe: unsigned chars to unsigned short Pin
toxcct8-Jun-05 1:31
toxcct8-Jun-05 1:31 

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.