MFC
Gerrit Holl
gerrit at nl.linux.org
Mon Feb 28 11:06:27 EST 2000
More information about the Python-list mailing list
Mon Feb 28 11:06:27 EST 2000
- Previous message (by thread): CGI-Counter
- Next message (by thread): MFC
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Feb 24, 2000 at 07:13:48PM -0500, Eric Kappotis wrote: > Is there anyway I can use Microsoft Foundation Classes to create a GUI with > python, if so how do I do it and what would be a good book to learn MFC? http://www.nl.linux.org/~gerrit/gui.html: <p> Pythonwin is a wrapper to the <em>Microsoft Foundation Classes</em>, MFC. With it, you can write application that are bound very tightly to Windows; you can use the features of the Windows UI. There are about 30 MFC objects exported. It's included within the Windows Python distribution. If you use Windows, you already have it, if you don't, you won't need it anyway ;). </p> <p> Inside the Pythonwin distribution, you will find a Help File (Pythonwin.hlp) which is a reference manual for all objects exposed in Pythonwin. The <a href="http://www.python.org/windows/pythonwin/">homepage</a> has some documentation resources: </p> regards, Gerrit. -- -----BEGIN GEEK CODE BLOCK----- http://www.geekcode.com Version: 3.12 GCS dpu s-:-- a14 C++++>$ UL++ P--- L+++ E--- W++ N o? K? w--- !O !M !V PS+ PE? Y? PGP-- t- 5? X? R- tv- b+(++) DI D+ G++ !e !r !y -----END GEEK CODE BLOCK-----
- Previous message (by thread): CGI-Counter
- Next message (by thread): MFC
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list