win32 api interface
Does anyone have any information on the win32 api i would like to write a java application that woudl allow me to list all of the task names in the taskmangerSomething like Win32::Setupsup for perl
Hi Ben, try JNI, it allows to use any win32 API functions.You just write your java methods implementation in C++ and use win32 API from there.Regards,Sasha.