LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Make a panel snap with LabWindows/CVI

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

0 Kudos
Message 1 of 4
(3,259 Views)

I do not know about Windows 7 preview,

but you can catch the panel image with GetPanelDisplayBitmap

 

Succes, Jos

 

0 Kudos
Message 2 of 4
(3,241 Views)

Hi Jos,

 

I think it should be a good idea. Thanks.

 

David

0 Kudos
Message 3 of 4
(3,220 Views)

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

 

 

0 Kudos
Message 4 of 4
(3,207 Views)