Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Control position (X/Y) in QM dialog
#2
you forgot flag 1 
 also can use timer instead of paint message
Code:
Copy      Help
,case WM_INITDIALOG
,SetTimer hDlg 1 100 0
,case WM_TIMER
,sel wParam
,,case 1
,,KillTimer hDlg wParam
,,int x y
,,GetWinXY id(3 hDlg) x y 0 0 hDlg
,,mou x y hDlg 1


Messages In This Thread
Control position (X/Y) in QM dialog - by r0n - 09-07-2019, 11:04 AM
RE: Control position (X/Y) in QM dialog - by Kevin - 09-07-2019, 11:40 AM
RE: Control position (X/Y) in QM dialog - by r0n - 09-07-2019, 11:48 AM
RE: Control position (X/Y) in QM dialog - by r0n - 09-08-2019, 04:01 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)