[python-win32] BringWindowToTop doesn't work,anyone have try it?

2010-10-22 Thread nathon py
# Let's say a window with title 'D:\\labBufferSpace' exists. # Code below does not work in DOS, or just double it. # But it works well in PythonWin. # I do not want to run it in PythonWin every time. # I take it as a bug, and reported it to sourceforge.net, did I do that wrong? ##

Re: [python-win32] BringWindowToTop doesn't work, anyone have try it?

2010-10-22 Thread Tim Roberts
nathon py wrote: > # Let's say a window with title 'D:\\labBufferSpace' exists. > # Code below does not work in DOS, or just double it. > # But it works well in PythonWin. > # I do not want to run it in PythonWin every time. > # I take it as a bug, and reported it to sourceforge.net >

Re: [python-win32] Drag and Drop from Outlook

2010-10-22 Thread kc106_2005-win32
Thanks for the reply, Mark. I did a "copy" from Outlook, and then run dump_clipboard. Here's what comes up: Dumping all clipboard formats... Clipboard format 49161 -> got 4 bytes via HGLOBAL -> got 4 bytes via IStream Clipboard format 49955 -> got 168 bytes via HGLOBAL -> got 168 bytes via I

Re: [python-win32] Drag and Drop from Outlook

2010-10-22 Thread Mark Hammond
On 21/10/2010 4:27 PM, kc106_2005-wi...@yahoo.com wrote: Thanks for the reply, Mark. I did a "copy" from Outlook, and then run dump_clipboard. Here's what comes up: ... Traceback (most recent call last): File "C:\Python25\Lib\site-packages\win32com\demos\dump_clipboard.py", line 61 , in

Re: [python-win32] BringWindowToTop doesn't work, anyone have try it?

2010-10-22 Thread nathon py
guys, thanks a lot, i will try and share the result 2010/10/23 Tim Roberts > nathon py wrote: > > # Let's say a window with title 'D:\\labBufferSpace' exists. > > # Code below does not work in DOS, or just double it. > > # But it works well in PythonWin. > > # I do not want to run it in Pyt

Re: [python-win32] BringWindowToTop doesn't work, anyone have try it?

2010-10-22 Thread nathon py
The most important thing is I'am sorry for saying that's a bug. 2010/10/23 nathon py > The bug has been closed, you can check here > > http://sourceforge.net/tracker/?func=detail&atid=551954&aid=3077881&group_id=78018 > with an answer 'This is just a "feature" of Windows' by > mhammond

Re: [python-win32] BringWindowToTop doesn't work, anyone have try it?

2010-10-22 Thread nathon py
The bug has been closed, you can check here http://sourceforge.net/tracker/?func=detail&atid=551954&aid=3077881&group_id=78018 with an answer 'This is just a "feature" of Windows' by mhammond . @Tim, I try the way you mentioned, it really works. I've tried