process hwnd?
Managed C++/CLI
1
Posts
1
Posters
1
Views
1
Watching
-
i want to have process main window window hwnd ? i tried it by its property Process.MainWindowHwnd but i could not successed because when i type cast it into hwnd like this hwnd=(HWND)INTPTR_OB.ToInt64(); then i want to have its child hwnd by using Getwindow. but when i use that function in order to get child window it return null although it have child hwnd. why null? whats the mistake? r00d0034@yahoo.com