JactiveXApp
M. Gallant 08/07/2002
The signed applet for Internet Explorer below demonstrates
two different ways to call Win32 shell32.dll functionality.
Specifically, it demonstrates raising the File Properties
panel for the file entered using:
- ActiveXControl class, the invoke() method and Dispatch.call()
- Using J/Direct to invoke the shell32.dll function ShellExecuteEx(SHELLEXECUTEINFO pshex)
JactiveXApp.java source