On Mar 22, 2010, at 8:32 AM, Bob Cowdery wrote:
> Hi
>
> I've been using the extensions on many machines with no issues. I am now
> trying to install on an XP embedded touch screen machine and the
> installer crashes. I know it's virtually no information, but thats all I
> get. The system is Windo
You wrote:
>
>Hi, all !
>
>I write several scripts with Pywin32, for work with MFC's windows & some
>controls.
>All scripts run good on Windows-7 (32 & 64) and Vista.
>
>But, on XP, all windows are white.
>Labels, fields, treeviews, listviews, images, buttons, etc. are present,
>but not visible.
>
Hi!
Sorry for the lack of information.
I use win32gui + directAPI (SendMessage).
With differents tests, I found:
- No problem, if I use dialog (CreateDialogIndirect instead
CreateWindowEx). But dialog is limited (no NM_CUSTOMDRAW...)
- No problem, if I do not use any: SetGraphicsMode or Selec