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

Search:

Type: Posts; User: sub090

Search: Search took 0.03 seconds.

  1. Re: Windows XP - drawing on hidden/inactive/out of desktop window

    PrintWindow works, i tried that before but looks like i did something wrong and didn't worked, thank you very much
  2. Re: Windows XP - drawing on hidden/inactive/out of desktop window

    Im using gdiplus, here is the code


    int GetEncoderClsid(WCHAR *format, CLSID *pClsid)
    {
    unsigned int num = 0, size = 0;
    GetImageEncodersSize(&num, &size);
    if(size == 0) return -1;...
  3. Windows XP - drawing on hidden/inactive/out of desktop window

    Hi
    Im developing a program that need to take snapshot from main application window and write it to jpeg file, when window is on the desktop center its all ok:
    30325
    but when part of it is moved...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured