Dror Cohen wrote:
Hi :)
I've been asking about this matter in the python tutor mailing list and
I've
been suggested to post my question here, as it was specific to win32api.
I want to be able to know what is my currently active language, how can I
do
that?
Try win32api.GetThreadLocale().
Hi :)
I've been asking about this matter in the python tutor mailing list and I've
been suggested to post my question here, as it was specific to win32api.
I want to be able to know what is my currently active language, how can I do
that?
I've been searching around for functions and this is the on
Patrol Sun wrote:
I want to prevent some process from running. The code is in the
following. I encounter some unexpected troubles.
Probelm1: This program cannot terminate "scrcons.exe" and
"FNPLicensingService.exe",which are system processes.
If you kill FNPLicensingService, you will not be ab
hi,
When I run win32gui_menu.py, one bitmap in the menu is not drawing. The one
that's not drawing is the ico convert to bitmap with the text "Menu with
icon".
I install the last build of pywin32 with python 2.5.1 and my OS is WindowsXP
SP2.
is there a problem with the example code or it's only w
Hello I have a Server application that uses Matlab, this works fine when I
use the Execute method to evaluate and retrieve data. However, using the
method GetFullMatrix in the method getvar seems to cause a memory leak.
Anyone got any idea?
I use the following code for the communication with Mat
I want to prevent some process from running. The code is in the
following. I encounter some unexpected troubles.
Probelm1: This program cannot terminate "scrcons.exe" and
"FNPLicensingService.exe",which are system processes.
Problem2:After a while, this program will abort by error
File "C:\Pytho