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

C / C++ / MFC

 
GeneralGetOpenFileName() Pin
User 5838528-Jun-05 2:13
User 5838528-Jun-05 2:13 
GeneralRe: GetOpenFileName() Pin
David Crow8-Jun-05 2:49
David Crow8-Jun-05 2:49 
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 
I have a problem in changing the position of a checkbox control during runtime.

i created the checkbox control during runtime also.

i have tried using SendMessage

SendMessage(GetDlgItem(hwnd,IDD_PIN_BUTTON + (intPinChkCtr)), WM_MOVE, 0, MAKELPARAM( (WORD)rectDialog.left, (WORD)rectDialog.top++) );

during debug while watching the return of the GetWindowRect() it says that the controls top property has increased but it seems that the control has not moved its position in the dialog.

any suggestions?

thanks!
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 
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 

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.