> I'm just trying the pywin gui examples and I'm wondering why I won't
> receive any BN_CLICKED notifications in the code attached. Can anyone
> help?
It might be that you are using win32ui, and therefore using MFC, and IIRC,
it has 'Reflected Messages' that may send the notification back to the
c
Hi,
I'm just trying the pywin gui examples and I'm wondering why I won't
receive any BN_CLICKED notifications in the code attached. Can anyone help?
Christian
from pywin.mfc import dialog, window
import win32ui
import win32con
import win32api
def MakeDlgTemplate():
style = (win32con.DS_M