win32gui bug: where to report it?

  • Thread starter George van den Driessche
  • Start date
G

George van den Driessche

It's taken me ages to find out why my window, built out of win32all, wasn't
receiving any messages. Eventually I found the answer here:

http://mail.python.org/pipermail/python-list/2001-October/069451.html

The important point being:
IIRC you have to pass the return value of the RegisterClass() call (which
is an atom) to the CreateWindowEx() function as the second parameter
(lpClassName).
.... in other words, you can pass the name of your window class as the second
parameter, but it will silently fail to work. (This holds for CreateWindow
too.)

This is a bug for which it is pretty much impossible to work out the
workaround without being told it, so I'd like to put the workaround in a
more easily-found place. But where? win32all doesn't seem to have much
documentation, much less a bug database.

In case anyone else needs to find this message by searching, some keywords
are: win32all, win32gui, WNDCLASS, RegisterClass, CreateWindow,
CreateWindowEx

George
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top