Thanks Thomas.
Though it's strange I should have find it out myself...

Best regards,
 Kerim                            mailto:[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 is whith lparam that should be int - "TypeError: an integer is 
>required")
>> 
>> KBW> SendMessage(HWND_BROADCAST, WM_SETTINGCHANGE, 0, (LPARAM) TEXT("Environment"));
TH> win32api.SendMessage does not accept a string as lParam,
TH> but win32gui.SendMessage does!

TH> Thomas

TH> _______________________________________________
TH> ActivePython mailing list
TH> [EMAIL PROTECTED]
TH> http://listserv.ActiveState.com/mailman/listinfo/activepython


_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to