manyvan2000
Programmer
hi,
i am developing an application using win32. now i want to get the values in a java based application. i could get the handle to the window using EnumChildWindows(), passing the handle of the desktop window. but i couldnt get the handle of the items in the window like comboboxes, edit controls etc.. the application's base class is SunAwtFrame.
Also, i want to create a thread and leave it as orphan and kill the parent immediately. how to do this?
Mani
i am developing an application using win32. now i want to get the values in a java based application. i could get the handle to the window using EnumChildWindows(), passing the handle of the desktop window. but i couldnt get the handle of the items in the window like comboboxes, edit controls etc.. the application's base class is SunAwtFrame.
Also, i want to create a thread and leave it as orphan and kill the parent immediately. how to do this?
Mani