I would like to be able to save my session state within the PythonWin editor (e.g. th开发者_JAVA技巧ese three files are opened and positioned in these particular locations within the PythonWin window)
I\'ve been playing around trying to create a transparent window that will overlay another application.I\'m finding the win32 extensions are a bit of a mess, there\'s win32ui, win32gui, winxpgui, etc.
for example at first you have to find hwnd of skype hwnd = win32gui.FindWindow(开发者_JAVA百科None, \'skype\')
I\'m learning to add GUI to my Perl program using Win32::GUI. Now I can change the icon of a Win32 title bar using something like: