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
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.
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
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