DelphiAaron
Programmer
i have made a label that attaches itself to an edit box and changes color with the edit box focus.
the label monitors the editboxes messages and can respond to them.
i want to detect enter and shift/enter to move focus from the editbox.
i can detect enter with something like
if msg.msg = WM_CHAR then if msg.lparam = 13 then ...
but cant work out how to detect shift/enter in the message.
maybe someone has a way ???
thanx
Aaron Taylor
John Mutch Electronics
the label monitors the editboxes messages and can respond to them.
i want to detect enter and shift/enter to move focus from the editbox.
i can detect enter with something like
if msg.msg = WM_CHAR then if msg.lparam = 13 then ...
but cant work out how to detect shift/enter in the message.
maybe someone has a way ???
thanx
Aaron Taylor
John Mutch Electronics