Hi,
I'm trying to add a link to a static control, but I could not. Furthermore it does not appear in the area I want it to.
I want to remove a static control and recreate it with my own dimensions because it has a very small height and if the font size changes, some characters do not show.
Thanks.
What I have tried:
first in HCBT_ACTIVATE
hFont=SendMessageA(hStatic,WM_GETFONT,0,0
GetClientRect hStatic,r
p.x=r.left : p.y=r.top
ScreenToClient wparam,p
DestroyWindow hStatic
MoveWindow hLink.......
SendMessageA hLink,WM_SETFONT,hFont,1
in HCBT_CREATEWND
hLink=CreateWindow(0,"SysLink",&H40000000+&H10000000,0,0,0,0,wparam,0&,0&)