J
j.edwards
I'm building a DateTimePicker in VB.NET that is a wrapper around
ComCtrls.dll and need to be able to receive win32 messages. In the compact
framework (WindowsCE namespace) there is a MessageWindow class - that's
perfect for what I want. However, I can't find an equivalent for "normal"
windows (full framework). Basically I'm doing exactly what has been done in
OpenNetCF (but in VB), however I want to add the ability to receive event
notifications such as DTN_CLOSEUP, DTN_DATETIMECHANGE etc and then trigger
events on the control.
To pre-empt the standard replies ... yes I know a DateTimePicker exists
in OpenNetCF and the full framework. But I want one in vb.net (which is
currently working except for handling messages), and I want it to do more
than the OpenNetCF one. And as I'm building it for CF, I want it to use the
exact same one on the full framework as well so I can develop on the PC.
Any help appreciated.
ComCtrls.dll and need to be able to receive win32 messages. In the compact
framework (WindowsCE namespace) there is a MessageWindow class - that's
perfect for what I want. However, I can't find an equivalent for "normal"
windows (full framework). Basically I'm doing exactly what has been done in
OpenNetCF (but in VB), however I want to add the ability to receive event
notifications such as DTN_CLOSEUP, DTN_DATETIMECHANGE etc and then trigger
events on the control.
To pre-empt the standard replies ... yes I know a DateTimePicker exists
in OpenNetCF and the full framework. But I want one in vb.net (which is
currently working except for handling messages), and I want it to do more
than the OpenNetCF one. And as I'm building it for CF, I want it to use the
exact same one on the full framework as well so I can develop on the PC.
Any help appreciated.