Re: [python-win32] Possible future direction for PyGUI on Win32

2011-02-26 Thread Klonuo
> No, if I go this way, I would probably stop maintaining > the current implementation. I don't want to have to > support two backends on Windows, and some of the things > I intend to do with Windows Forms would be impractical > to do using the raw Win32 API. With all due respect to maintainers of

Re: [python-win32] Possible future direction for PyGUI on Win32

2011-02-26 Thread Greg Ewing
From: Octavian Rasnita [mailto:orasn...@gmail.com] > If it will still be possible to use the standard Win32 GUI, > it is OK to be able to use Windows Forms as an adition. No, if I go this way, I would probably stop maintaining the current implementation. I don't want to have to support two backen

Re: [python-win32] Possible future direction for PyGUI on Win32

2011-02-26 Thread Octavian Rasnita
From: "Greg Ewing" > Until recently I didn't think it was possible to use .NET > libraries from CPython, but then I came across this: > > http://pythonnet.sourceforge.net/ > > Using this, it looks like it should be possible to create > a PyGUI implementation based on Windows Forms. This has the

Re: [python-win32] Possible future direction for PyGUI on Win32

2011-02-26 Thread Tim Johnson
That sounds very promising. Thanks for pointing this out, too. I hadn't realized this was out there. On Sat, Feb 26, 2011 at 12:31 PM, Greg Ewing wrote: > Until recently I didn't think it was possible to use .NET > libraries from CPython, but then I came across this: > > http://pythonnet.source

[python-win32] Possible future direction for PyGUI on Win32

2011-02-26 Thread Greg Ewing
Until recently I didn't think it was possible to use .NET libraries from CPython, but then I came across this: http://pythonnet.sourceforge.net/ Using this, it looks like it should be possible to create a PyGUI implementation based on Windows Forms. This has the potential to solve a number of he

[python-win32] get the ao.Name encoding

2011-02-26 Thread Creative iNFiNiTY
Hello, There is many method to get the window title, from a process it came with the ao.Name but i don't know how to get the encoding of window title, for example when the browser surf on page in another language. is there a way to get it with win32 ? Thanks Roche Maxime Creative iNFiNiTY roche.m