Hi , Experts
how can i di this ......
Focus move to the syslink with variable hsyslink instead Edit Control then ok and cancel button when use setwindowpos hwndnew,old,0,0,0,0,SWP_NOMOVE+SWP_NOSIZE the window disappeared
in general i destroyed static control in dialogbox #32770 and then created Syslink with createWolindowEx with style WS_TABSTOP the problem is when window created focus go first edit then ok and then cancel button and never move focus to syslink with setwindowpos also cannot change the z-order and maybe cannot do because i tested this function if parameter x,y changed to zero the window disappeared ... also want to display tooltip when cursor move on any item in this syslink class ( is zero based and give me NM_CLICK And NM_RETURN )
i have read the document for syslink creation but i cannot find anywhere for changing the z-order when create syslink in the window
also created Tooltips_class32 but not activate with TTM_ACTIVATE and didn't show when mouse move to syslink area itemstated always return zero
%vb or vba%
help plz

