[python-win32] .rc files with win32 python
Mark Hammond
mhammond at skippinet.com.au
Mon Apr 26 00:53:43 EDT 2004
> > is there any small tute how to use rc parser thru python ?
>
> I got demo here in distro but my need is any Ref mtrl ..is there ?
I'm afraid not. I'd happily include any documentation or examples anyone
contributed (just sending me HTML would be fine).
Unfortunately, it really isn't a huge improvement over the existing "dynamic
dialogs" scheme - all it does it allow you to maintain those ugly dialog
tuples in the .rc file (and continue to edit it using MSVC independent of
your .py source). Unfortunately, the dynamic dialogs don't have any real
docs either, but suffice it to say, there is no "high-level" dialog
framework in place for this - you still deal with the windows messages etc
directly. Depending on your perspective, this is both a good and a bad
thing :)
So I'm not sure that docs on the parser is all you are after - possibly you
are after ref material more related to using dialogs via win32gui? Either
way, I'm afraid the answer is still the same :(
Mark.
More information about the Python-win32
mailing list