Posted By:
yellow_chris
Posted On:
Wednesday, May 7, 2003 09:10 PM
is there anyone who know how to get a java Component Object from windows handle hwnd in microsoft jvm? I get the windows handle hwnd in my vc program, then I pass it to my java class through RNI call. Then I use com.ms.wfc.app.Window.fromHandle(int hwnd) to get the Window object, it always returns null. Any suggestion? Thanks a lot for help.