DanielChile Posted August 25, 2009 Report Share Posted August 25, 2009 Hello, everyone. What is the easiest way to get a screenshot? Make your bets. Thanks, Daniel R. Quote Link to comment
Daklu Posted August 25, 2009 Report Share Posted August 25, 2009 Hit Prt-Scr. Doesn't get much easier than that. Quote Link to comment
ShaunR Posted August 25, 2009 Report Share Posted August 25, 2009 Hit Prt-Scr. Doesn't get much easier than that. And press "Alt" to get just the active window. Quote Link to comment
John Lokanis Posted August 25, 2009 Report Share Posted August 25, 2009 If you want to do this programmaticly, then take a look at the NI Web Service Server in the code repository. There is a VI in there that uses .NET calls to do this for you. Feel free to use that in your project. Only works with Windows, however... Quote Link to comment
crossrulz Posted August 25, 2009 Report Share Posted August 25, 2009 Or if you are looking for a piece of software for screen shots, I highly recommend Snagit Quote Link to comment
David Wisti Posted August 25, 2009 Report Share Posted August 25, 2009 or you could use Greenshot. Quote Link to comment
Yair Posted August 25, 2009 Report Share Posted August 25, 2009 Or, if the shot you want is of your LabVIEW code, the Code Capture Tool. Quote Link to comment
DanielChile Posted August 25, 2009 Author Report Share Posted August 25, 2009 Sorry, everyone, I forgot to mention: 1. Get a screenshot programmatically 2. Working with LV 8.5.1. Thanks a lot, Daniel R. Quote Link to comment
Black Pearl Posted August 25, 2009 Report Share Posted August 25, 2009 In LV 7.1 I have an invoke node for the VI called 'Get Panel Image'. Felix Quote Link to comment
jg69 Posted August 25, 2009 Report Share Posted August 25, 2009 Here's a code fragment, that gets the frontpanel of a VI. You can save this to a file (PNG, JPG, BMP) Jens Quote Link to comment
DanielChile Posted August 25, 2009 Author Report Share Posted August 25, 2009 In LV 7.1 I have an invoke node for the VI called 'Get Panel Image'. Here's a code fragment, that gets the frontpanel of a VI. You can save this to a file (PNG, JPG, BMP) Thanks, Felix and Jens. Actually, I need to get a full screen image, not only a front panel. I was thinking of .NET or Activex, but still haven't found the right piece of code. Regards, Daniel R. Quote Link to comment
PaulG. Posted August 25, 2009 Report Share Posted August 25, 2009 Sorry, everyone, I forgot to mention: 1. Get a screenshot programmatically 2. Working with LV 8.5.1. Thanks a lot, Daniel R. Play around with this. I found it on The Dark Side. 1 Quote Link to comment
Eric Desbiens Posted August 25, 2009 Report Share Posted August 25, 2009 Hit Prt-Scr. Doesn't get much easier than that. And press "Alt" to get just the active window. This is my best. And Jing do a pretty good job. If you like trouble you can take a picture with your cell phone and email it for few $$. Quote Link to comment
DanielChile Posted August 25, 2009 Author Report Share Posted August 25, 2009 If you want to do this programmaticly, then take a look at the NI Web Service Server in the code repository. There is a VI in there that uses .NET calls to do this for you. Feel free to use that in your project. Only works with Windows, however... Thanks, John. Do you know if I can find this for LV 8.5.1 anywhere? Regards, Daniel R. If you like trouble you can take a picture with your cell phone and email it for few $. I couldn'd think of that by myself. Another thing that I could do is take a picture of the screen with my old film camera, develop the film, put it on my scanner and voila! (just kidding) Daniel R. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.