Re: [python-win32] "Browse" button in windows

2006-09-21 Thread Tim Roberts
You should always reply to the whole list so that future folks with the same question can see the answers. [EMAIL PROTECTED] wrote: >Actually, I am just using Tkinter library, but I don't know there is some >widget to access the windows file system or not. Thanks > > Yes, a few minutes with Go

Re: [python-win32] "Browse" button in windows

2006-09-21 Thread Tim Roberts
[EMAIL PROTECTED] wrote: >Hi: >I am totally an freshman to Python, and I want to build in my python >program a button just like the "Browse" button in windows which will pop >out a dialog window to select files from the local machine. Can somebody >tell me the library and method that might be usef

[python-win32] "Browse" button in windows

2006-09-21 Thread zhangh1
Hi: I am totally an freshman to Python, and I want to build in my python program a button just like the "Browse" button in windows which will pop out a dialog window to select files from the local machine. Can somebody tell me the library and method that might be useful? Thanks ___