Trying this :
Code: Select all
If message = #WM_NOTIFY
*MyPanel.NMHDR = lParam
If *MyPanel\code = #TCN_SELCHANGE
DoSomething()
EndIf
That doesn't work and I can't seem to find anything like the #EN_SETFOCUS message for edit controls..
Any suggestions are appreciated! Thanks!