Hello,
I am attempting to make an executable from a working Python script per the
instructions from the following website:
http://logix4u.net/Python/Tutorials/How_to_create_Windows_executable_exe_from_Python_script.html
Everything seems to go as planned, except when I run the resul
Michel Claveau wrote:
>
> 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...)
I don't know what that means.