Thanks Thomas.
Though it's strange I should have find it out myself...
Best regards,
Kerimmailto:[EMAIL PROTECTED]
Tuesday, September 18, 2001, 12:51:51 PM, you wrote:
>> KBW> Hello .
>>
>> KBW> How can I translate this winapi call to python?
>> KBW> ( the problem
> KBW> Hello .
>
> KBW> How can I translate this winapi call to python?
> KBW> ( the problem is whith lparam that should be int - "TypeError: an integer is
>required")
>
> KBW> SendMessage(HWND_BROADCAST, WM_SETTINGCHANGE, 0, (LPARAM) TEXT("Environment"));
win32api.SendMessage does not accept a
Ok. May be if I post my original problem someone can suggest another
way to solve it.
I'm changing the System Path variable in
[HKEY_LOCAL_MACHINE],'SYSTEM\\CurrentControlSet\\Control\\Session Manager\\Environment'
folder.
And I want windows all _newly_ started apps to use new PATH.
My solutio
Hello .
How can I translate this winapi call to python?
( the problem is whith lparam that should be int - "TypeError: an integer is required")
SendMessage(HWND_BROADCAST, WM_SETTINGCHANGE, 0, (LPARAM) TEXT("Environment"));
Thanks,
Kerim mailto:[EMAIL PROTECTED]