Thanks for your reply...
I am getting handle also..
And i have tried to get control(my aim is to minimise ) over the windows which is currently running(Eg IE,OUtlook,VC editor.. like ).. The code i have done
HANDLE hproc=(HANDLE)C reateToolhelp32 Snapshot (TH32CS_SNAPPRO CESS,0);
PROCESSENTRY32 pentry;
Process32First( hproc,&pentry);
HANDLE htemp;
HWND m_hactive;...
User Profile
Collapse
-
Hi,,
As per the previous codings
I have got the handle of all running process.
I am getting the id of all processes too.
Still my problem is unable to solve.
That is , the particular window cannot be minimized.
The ShowWindow() minimizes the application program only.
Which is the other function to do minimise or any of the operations to the window.
Thanx in ...Leave a comment:
-
Hi,
Thankx.....
I did include the header file and then got corrected...
Thankx a lot...Leave a comment:
-
Hi,,,
Thanks for your reply...
Actually i have tried to use the CreateToolhelp3 2Snapshot()
but it is showing undeclared identifier error...
I am using VC++ 6.0; and using MFC. So can u please explain the above in detail form..
Thanking YOu once again....Leave a comment:
-
Handle of all running processes
Hi...
How can i get handle of all running processes using VC++ code.
I have to find a particular window and do minimise that..
Can anyone help me.....
No activity results to display
Show More
Leave a comment: