Re: UpdateLayeredWindow in pywin32

2007-04-17 Thread livibetter
I have found the cause "Please note that after SetLayeredWindowAttributes has been called, subsequent UpdateLayeredWindow calls will fail until the layering style bit is cleared and set again." from http://msdn2.microsoft.com/en-us/library/ms632599.aspx#layered But I still can't use winxpgui.Upda

UpdateLayeredWindow in pywin32

2007-04-16 Thread livibetter
Hi! I am trying to making an On-Screen Display, which is implemented by wx.Frame. Basically I created a wx.Frame with style like super(OSDBase, self).__init__(parent, id, title, style = wx.STAY_ON_TOP |