hi everyone,
I'm trying to reuse windows clock that exist in timedate.cpl
which is a dll, I know how to communicate with it using SendMessage
to get and set time. My problem is this control is a private window class so i tried to load the dll first then create a window with name ClockWndMain
but it fails and the reason is window class name is not valid.
.
My question is how could i create a window of this control?