posted 25 years ago
I don't beleive this is possible. The Java is platform independant, so will not have functions specific to windows.
An alternative way to do it would be to write a small 'C' library which will do the stuff you want 'cause you can call a 'C' library from Java.
Altenatively, if you know what the function is in the WinAPI dll, you might be able to call that directly. Unfortunately, I don't know what the function is, or which dll it would be in.
Dave Smith