User Profile

Collapse

Profile Sidebar

Collapse
thomasjino
thomasjino
Last Activity: Feb 20 '08, 08:54 AM
Joined: Sep 11 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • thomasjino
    replied to Handle of all running processes
    in C
    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;...
    See more | Go to post

    Leave a comment:


  • thomasjino
    replied to Handle of all running processes
    in C
    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 ...
    See more | Go to post

    Leave a comment:


  • thomasjino
    replied to Handle of all running processes
    in C
    Hi,

    Thankx.....

    I did include the header file and then got corrected...

    Thankx a lot...
    See more | Go to post

    Leave a comment:


  • thomasjino
    replied to Handle of all running processes
    in C
    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....
    See more | Go to post

    Leave a comment:


  • thomasjino
    started a topic Handle of all running processes
    in C

    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.....
    See more | Go to post
No activity results to display
Show More
Working...