T
timtos
When I am looking at custom drawing of controls I often see somthing like
this:
public enum ReflectedMessages
{
OCM__BASE = (Msg.WM_USER+0x1c00),
OCM_COMMAND = (OCM__BASE + Msg.WM_COMMAND),
OCM_CTLCOLORBTN = (OCM__BASE + Msg.WM_CTLCOLORBTN),
...
}
I really want to understand this kind of code - any resources, hints or
explaining words?
I hope the information is enough because I don´t have anything more
Thanks a lot in advance,
timtos.
this:
public enum ReflectedMessages
{
OCM__BASE = (Msg.WM_USER+0x1c00),
OCM_COMMAND = (OCM__BASE + Msg.WM_COMMAND),
OCM_CTLCOLORBTN = (OCM__BASE + Msg.WM_CTLCOLORBTN),
...
}
I really want to understand this kind of code - any resources, hints or
explaining words?
I hope the information is enough because I don´t have anything more
Thanks a lot in advance,
timtos.