<DIV>Hi</DIV>
<DIV> </DIV>
<DIV>I've try to use Common Controls like Date and Time Picker</DIV>
<DIV> </DIV>
<DIV>I Initializes specific common controls with win32gui.InitCommonControlsEx(flag)</DIV>
<DIV>the parameter ICC_ constants is 256 which is ICC_DATE_CLASSES I found defined in </DIV>
<DIV>COMMCTRL.h </DIV>
<DIV> </DIV>
<DIV>so I've call </DIV>
<DIV>ICC_DATE_CLASSES = 0x00000100</DIV>
<DIV>win32gui.InitCommonControlsEx(ICC_DATE_CLASSES)</DIV>
<DIV> </DIV>
<DIV>but when I try to create Date and Time Picker Control with</DIV>
<DIV>dateHwnd = CreateWindow("MONTHCAL_CLASS", None, WS_CHILD | WS_VISIBLE, 300, 300, 50, 50, self.hwnd, 0, GetWindowLong(self.hwnd, GWL_HINSTANCE), None)</DIV>
<DIV> </DIV>
<DIV>python report </DIV>
<DIV>error: (1407, 'CreateWindow', 'Cannot find window class.')</DIV>
<DIV> </DIV>
<DIV>please help.</DIV>
<DIV> </DIV>
<DIV>Regard</DIV>
<DIV>Wara Songkran</DIV>
<DIV> </DIV>
<DIV> </DIV><p>
                <hr size=1>Do you Yahoo!?<br>
Read only the mail you want - <a href="http://us.rd.yahoo.com/mail_us/taglines/spamguard/*http://promotions.yahoo.com/new_mail/static/protection.html">Yahoo! Mail SpamGuard</a>.