09-07-2012, 03:27 PM
I am wondering which is the best way to position cursor to a dialog control. At present I am using :
Function Dialog13
It works. Neverthless I would welcome any other advice.
Thanks in advance.
Function Dialog13
,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.