CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: tommylej

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    8,515

    Re: minimize an Excel window using c++

    that works very good.
    thank you very much!!
  2. Replies
    2
    Views
    8,515

    minimize an Excel window using c++

    I'm trying to minimize an Excel window using c++. but it doesn't work.


    //Save the PID
    HWND hWnd = FindWindowA(NULL, (LPCSTR)pXlApp);
    GetWindowThreadProcessId(hWnd, &proccesID);

    // Make...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured