I have searched for the answer and can't find it so sorry if it has been answered before.
I am creating controls as an RGNBUTTON and I want to be able to destroy them when I have finished with them. Is there a way of doing this?
Thanks in advance
TonyM
declare import,DestroyWindow(uint hWnd),int
if controlexists(mywin,mycontrol)
DestroyWindow(getcontrolhandle(mywin,mycontrol))
endif
LarryMc
Cheers Larry, I'll give it a go.
Works perfectly, thanks Larry