Re: [python-win32] Walking the registry and creating reg files

2008-12-08 Thread Tim Roberts
Dahlstrom, Roger wrote: > OK - so if I'm correct in understanding this, let's say hypothetically, I > have something like so... > > HKLM... > something > something else > something else > something else > > If I were to use my operation, and

Re: [python-win32] Simulating a mouse click - lParam

2008-12-08 Thread Rickey, Kyle W
I tried using the InvalidateRect but it had not effect. Below is the code I used. TCM_SETCURSEL = 0x130C win32gui.SendMessage(hwnd, TCM_SETCURSEL, 3, 0) win32gui.InvalidateRect(hwnd, None, True) I'm thinking I need to send the TCN_SELCHANGE message to the window, but I don't know how to do that.

Re: [python-win32] Obtaining SMTP address of a sender and receiver of an outlook mail

2008-12-08 Thread Harald Armin Massa
Venu, if Karma forces you to deal with Outlook and Exchange, you can ease your burden with http://www.dimastr.com/redemption/ The redemption library makes it much easier to deal with outlook. Your challenges are not Python ones, so your salvation most likely will not be findable by conquering da

Re: [python-win32] Obtaining SMTP address of a sender and receiver of an outlook mail

2008-12-08 Thread venu madhav
Sir, I am a beginner in Python and I tried a lot but couldn't make it work. Can I get a code snippet some where giving me the Sender and Recipient addresses using LDAP as you have said. I have already a MAPI session opened for reading the mails. Is it possible to access LDAP object through th