Re: [perl-win32-gui-users] Win32::GUI Owner Drawn Controls

2010-08-29 Thread Kevin Marshall
Octavian, According to the Windows docs, the common controls are automatically accessible, which are what Win32::GUI uses, whereas custom controls require additional setup. Kevin. > Hi Kevin, > > I was asking this because all the standard controls which can be created with > Win32::GUI are acc

Re: [perl-win32-gui-users] Win32::GUI Owner Drawn Controls

2010-08-29 Thread Kevin Marshall
Reini, The thing is that Custom Draw is supported by a different set of controls to Owner Draw, so I suppose a combination of both could be used. Kevin. > 2010/8/28 Kevin Marshall: > >> After much experimentation, I have finally succeeded in creating an >> owner-drawn control in Win32::GUI.