Click here to Skip to main content
16,022,309 members

Comments by XSON-NEON (Top 7 by date)

XSON-NEON 9-Feb-15 12:32pm View    
Hi banato
No, unfortunately. But I've used this workaround:
http://www.codeproject.com/Articles/20651/Capturing-Minimized-Window-A-Kid-s-Trick

I doesn't work in all cases, but it works in almost enough cases for me.
XSON-NEON 16-Mar-14 10:43am View    
The_Inventor, thank you for your effort. I appreciate it.

But problem is much bigger. As I already said in Question, I want to capture window, but that window 100% is not my application's window.
As an example I wrote about problems with Skype and Explorer windows...

So, accessing WndProc procedure of another process window is almost impossible. It is very hard (IMHO).
Using NativeWindow from .NET and assigning it a handle doesn't work because it is another process window.

Anyway, thank you again.
XSON-NEON 15-Mar-14 17:04pm View    
Thank you for response...

So, I can't capture content of minimized window without showing it first? So saaad :(

And you sad that minimized window does not have and content? Well, that is interesting...

I will give yourself 5 days to find solution (if any), and if unsuccessful, will try to solve it by showing and hiding the window and disabling the animate effect.

Again, thanks for response :)
XSON-NEON 13-Mar-14 15:39pm View    
Deleted
What homework? Is this like a homework? Absolutely no.
XSON-NEON 5-Jun-12 12:32pm View    
Thanks for Your solution. I will try with adding function to check is fully initialized. I think problem is because every application is sending arguments to each other, and all aplications are receiving arguments in StartupNextInstance Event. Because of that, exception is thrown. On my second computer (which is 7x faster than my current) I can run about 35-40 songs without error. Sometimes exception is thrown, sometimes not. That depends of number of programs I'm running ... but sometimes on faster computer that exception is thrown for only two files ... very confusing ...

I'll try to solve that with solution You posted and thanks again.