08-13-2010 08:05 PM
Hello,
Want to make a panel snap using cvi, that has the Windows 7 taskbar style's peek preview like. Please geive an idea to implement. Thanks.
David
08-15-2010 11:01 AM
I do not know about Windows 7 preview,
but you can catch the panel image with GetPanelDisplayBitmap
Succes, Jos
08-16-2010 09:25 AM
Hi Jos,
I think it should be a good idea. Thanks.
David
08-16-2010 01:34 PM
If you are going to use this particular function, I have some code to convert it to BMP.
Subsequently I send it to a datasocket server, so that I can view-only remotely see a measurement progress.
I have attached the code of getting the panel and converting it to BMP. Just ignore the few lines that use the (global) structure variable dsw.
Succes, Jos