Hi!

I am using PInvoke to create the native ( eVC 4.0 ) Date Time Picker control
within my managed CF .NET program. The eVC call is using WidowsCreateEx
( yes, I found the manage code for that control in the posts here, but I
still would like to try my method ).
The control is created just fine, but later on I have some problems
extracting the information from it or controling it.
Is this approach ( creating the native MFC controls from .NET ) "legal"?
Any examples somewhere how this type of controls are created and used later
on?
Any pointers on how to best managed controls created in this fashion?