Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Position cursor to a dialog control
#1
I am wondering which is the best way to position cursor to a dialog control. At present I am using :

Function Dialog13
Code:
Copy      Help
,case WM_INITDIALOG
,,int handle=id(1 hDlg)
,,int x y cx cy; GetWinXY handle x y cx cy
,,mou    x+10 y+10

It works. Neverthless I would welcome any other advice.

Thanks in advance.
#2
What can be better?


Forum Jump:


Users browsing this thread: 1 Guest(s)