Try to capture the MEmu emulator's window with bitblt() (or Printwindow() - have the same issue) but can't grab the content of the window, only the background picture.
Tried with every program related window handlers manually (spy++, inspect etc..) and programmatically (enumwindows()). Also tried with SRCCOPY and SRCCOPY | CAPTUREBLT options without success.
Do you have any suggestion what else to try or the Bitblt function doesn't work with every kind of windows and need to use different technique?