Re: [python-win32] Getting pywin32 build number

2005-10-28 Thread Justin Johnson
Would you be opposed to introducing a variable with the version number so it can be accessed more conveniently? On 10/27/05, Mark Hammond <[EMAIL PROTECTED]> wrote:  Nope, that's it - or you could use win32apiGetFileVersionInfo to check a specific DLL/.pyd.   Mark. -Original Message-Fro

[python-win32] drag/move image from staticBitmap control?

2005-10-28 Thread James Hu
Hi, all gurus,   I have an application to show bitmap image on one wx.staticBitmap control area, I can display part of the image, or the whole image(detail is unclear), But I would like to use mouse to drag/move the image inside thewx.staticBitmap control when only part image on the scre

Re: [python-win32] drag/move image from staticBitmap control?

2005-10-28 Thread Gabriel Genellina
At Friday 28/10/2005 17:05, James Hu wrote: >I have an application to show bitmap image on one wx.staticBitmap control >area, I can display part of the image, or the whole image(detail is unclear), >But I would like to use mouse to drag/move the image inside >thewx.staticBitmap control when only