Re[2]: SendMessage texual lparam

2001-09-18 Thread Kerim Borchaev ( WarKiD )
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

Re: SendMessage texual lparam

2001-09-18 Thread Thomas Heller
> 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

Re: SendMessage texual lparam

2001-09-18 Thread Kerim Borchaev ( WarKiD )
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

SendMessage texual lparam

2001-09-17 Thread Kerim Borchaev ( WarKiD )
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]