Hi,
Has anybody played with the win7 taskbar api? I just love the taskbar
progress bar and would like it in my little app. But since win7 isn't
even commercially available (i got mine from msdn) samples are scarce.
Working from some pascal examples /vb.net interop examples /msdn docs
I made the f
a h wrote:
hi
thanks for the replies.
setting socket timeout works fine.
I also find alternate way that perform the same thing,ie ftp connection
timeout.
import ftplib
f = ftplib.FTP("server_host_name", "TIMEOUT")
Thanks for posting back. And I learnt something new: that the
FTP initialiser t
hi
thanks for the replies.
setting socket timeout works fine.
I also find alternate way that perform the same thing,ie ftp connection
timeout.
import ftplib
f = ftplib.FTP("server_host_name", "TIMEOUT")
thanks & regards
ah
On Wed, Sep 23, 2009 at 5:34 PM, Tim Golden wrote:
> [copying back to