good documentation about win32api ??

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • __schronos__

    good documentation about win32api ??

    Hi all.

    Recently I've to developed a project in python that made operation
    under win32 platform and I found a lot of problema to find good
    information. The only one documentation is in ActivePython page
    (http://aspn.activestate.com/ASPN/doc...TOC-APYTH2.4.0) but it is
    not very good and finally I had to turn to the newsgroups (it was very
    nice).

    And the question is: ¿Anybody knows where can I find good
    documentation about win32api?

    Thanks in advanced.

    ScnS.

  • Paul McGuire

    #2
    Re: good documentation about win32api ??

    "__schronos __" <schronos@yahoo .comwrote in message
    news:1164988151 .675036.308920@ j44g2000cwa.goo glegroups.com.. .
    And the question is: ¿Anybody knows where can I find good
    documentation about win32api?


    There is the book, Python Programming on WIN32, by Mark Hammond.



    -- Paul


    Comment

    • olsongt@verizon.net

      #3
      Re: good documentation about win32api ??


      __schronos__ wrote:
      Hi all.
      >
      Recently I've to developed a project in python that made operation
      under win32 platform and I found a lot of problema to find good
      information. The only one documentation is in ActivePython page
      (http://aspn.activestate.com/ASPN/doc...TOC-APYTH2.4.0) but it is
      not very good and finally I had to turn to the newsgroups (it was very
      nice).
      >
      And the question is: ¿Anybody knows where can I find good
      documentation about win32api?
      >
      Thanks in advanced.
      >
      ScnS.
      http://msdn.microsoft.com covers the API itself, although you need to
      transliterate from the C code to python.

      Comment

      • krishnakant Mane

        #4
        Re: good documentation about win32api ??

        On 1 Dec 2006 09:56:09 -0800, olsongt@verizon .net <olsongt@verizo n.netwrote:
        http://msdn.microsoft.com covers the API itself, although you need to
        transliterate from the C code to python.
        Exactly! that's where the problem lyes.
        I am pritty well to do with windows API, I am an a good python
        programmer, but I can't find the link between the two.
        there are modules but no good documentation.
        krishnakant.

        Comment

        • Thomas Heller

          #5
          Re: good documentation about win32api ??

          krishnakant Mane schrieb:
          On 1 Dec 2006 09:56:09 -0800, olsongt@verizon .net <olsongt@verizo n.netwrote:
          >
          >http://msdn.microsoft.com covers the API itself, although you need to
          >transliterat e from the C code to python.
          Exactly! that's where the problem lyes.
          I am pritty well to do with windows API, I am an a good python
          programmer, but I can't find the link between the two.
          there are modules but no good documentation.
          krishnakant.
          Maybe then ctypes is the right thing for you?

          Thomas

          Comment

          • Roger Upole

            #6
            Re: good documentation about win32api ??

            "__schronos __" wrote:
            Hi all.
            >
            Recently I've to developed a project in python that made operation
            under win32 platform and I found a lot of problema to find good
            information. The only one documentation is in ActivePython page
            (http://aspn.activestate.com/ASPN/doc...TOC-APYTH2.4.0) but it is
            not very good and finally I had to turn to the newsgroups (it was very
            nice).
            >
            And the question is: ¿Anybody knows where can I find good
            documentation about win32api?
            >
            Thanks in advanced.
            The pywin32 package has a .chm help file that covers the modules,
            objects and methods. Also, there are demos of many of the
            functions and interfaces.

            Roger




            ----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
            http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
            ----= East and West-Coast Server Farms - Total Privacy via Encryption =----

            Comment

            Working...