المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Restore main window from other process



C# Programming
11-12-2009, 03:31 PM
hi,

i have to restore a java window that is minimized in systray (process is: javaw.exe) and not shown in the taskbar.
i get the processid by process.getprocess but the mainwindowhandle is 0 if the window is minimized.
does anyone knows how i can get the main window handle? the window title is known.

thank you.