> 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 string as lParam,
but win32gui.SendMessage does!

Thomas

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

Reply via email to