:users-
boun...@lists.ironpython.com] On Behalf Of robinsiebler
Sent: Thursday, May 27, 2010 1:25 PM
To: users@lists.ironpython.com
Subject: Re: [IronPython] Willing to pay for help
That worked! Give me an e-mail address and I will send you the money.
Can you
recommend a good book to learn about WinF
-boun...@lists.ironpython.com [mailto:users-
> boun...@lists.ironpython.com] On Behalf Of robinsiebler
> Sent: Thursday, May 27, 2010 1:25 PM
> To: users@lists.ironpython.com
> Subject: Re: [IronPython] Willing to pay for help
>
>
> That worked! Give me an e-mail address and I w
If you feel obligated about the money, send it to the charity of your
choice. :)
The only Windows Forms book I've owned was "Windows Forms 2.0 Programming"
by Sells and Weinhardt. If you definitely want to target WinForms (vs WPF),
I would probably recommend it.
On Thu, May 27, 2010 at 1:25 PM, ro
That worked! Give me an e-mail address and I will send you the money. Can you
recommend a good book to learn about WinForms and .NET in general?
Curt Hagenlocher wrote:
>
> You almost certainly need to be pump messages occasionally if you're going
> to be performing a long operation on the UI t
You almost certainly need to be pump messages occasionally if you're going
to be performing a long operation on the UI thread. With Windows Forms, this
involves calling System.Windows.Forms.Application.DoEvents().
On Thu, May 27, 2010 at 11:55 AM, robinsiebler wrote:
>
> This is my 1st IronPytho
This is my 1st IronPython/.NET app. It is really simple, all it does is zip
all the files in a folder into an archive, 1 file per zip.
The problem is that when it is zipping large files 200MB+ the app stops
responding. It is still zipping files, but the UI doesn't update. I don't
know how to fix